Description | Hierarchy | Fields | Methods | Properties |
type TVertexPositionTransformManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator which transforming vertices by a transformation matrix.
![]() |
constructor Create(const Transform: TMatrix4); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(const Transform: TMatrix4); |
Constructor. Parameters
|
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |