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

