Class TTransformNode_1
Unit
Declaration
type TTransformNode_1 = class(TAbstractTransformationNode_1)
Description
No description available, ancestor TAbstractTransformationNode_1 description follows
Common base class for all VRML 1 nodes that modify the transformation.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractTransformationNode_1
- TTransformNode_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 FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScaleFactor: TSFVec3f read FFdScaleFactor; |
![]() |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
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 FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScaleFactor: TSFVec3f read FFdScaleFactor; |
![]() |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
Generated by PasDoc 0.16.0.

