Graphisoft®

Model AccessVersion: 10

Body::Transformation

Transformation matrix.


Public members

matrix
Two-dimensional array for transformation matrix.

Detailed description

This class describes a transformation. The matrix size is 4x3 and it's stored as a two-dimensional array. The first index is the row index, the second one is the column index. Use this formula in transformation calculation: v2 = M * v1.




See Also