Hierarchy

  • CoordinateSpaceTransform

Properties

inputSpace: CoordinateSpace

May have rank less than outputSpace.rank, in which case additional unnamed dimensions with range [0, 1) are implicitly added.

outputSpace: CoordinateSpace
rank: number

Equal to outputSpace.rank.

sourceRank: number

The source rank, which is <= rank. Input dimensions >= sourceRank are synthetic and serve only to embed the source data in a larger view space.

transform: Float64Array

(rank + 1) * (rank + 1) homogeneous column-major transformation matrix, where columns correspond to input dimensions and rows correspond to output dimensions.

Generated using TypeDoc