TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Shape.Matrix

Short Name:
  • class Shape.Matrix
Derived From:
Fields:

Transforms the shape using the given 2D homogeneous matrix.

Shape coordinates of this shape are multiplied with Shape.Matrix.matrix (assuming w = 1) in order to produce shape coordinates of the resulting shape.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required shape Shape
# != null
 

The source shape.

required matrix Mat3    

The 2D homogeneous matrix.