Class TMatrixTransformNode_1
Unit
Declaration
type TMatrixTransformNode_1 = class(TAbstractTransformationNode_1)
Description
VRML 1.0 MatrixTransform node.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractTransformationNode_1
- TMatrixTransformNode_1
Overview
Methods
![]() |
procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
Properties
![]() |
property FdMatrix: TSFMatrix read FFdMatrix; |
Description
Methods
![]() |
procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
Properties
![]() |
property FdMatrix: TSFMatrix read FFdMatrix; |
Generated by PasDoc 0.16.0.

