Class TRotationNode_1
Unit
Declaration
type TRotationNode_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
- TRotationNode_1
Overview
Methods
![]() |
procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdRotation: TSFRotation read FFdRotation; |
Description
Methods
![]() |
procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdRotation: TSFRotation read FFdRotation; |
Generated by PasDoc 0.16.0.

