Class TTransformNode_1
Unit
X3DNodes
Declaration
type TTransformNode_1 = class(TAbstractTransformationNode_1)
Description
No description available, ancestor TAbstractTransformationNode_1 description follows
Common base class for all nodes that modify the modelview matrix. In descendants you only have to override the MatrixTransform method.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
procedure Transformation(out Matrix, InvertedMatrix: TMatrix4); override; |
|
 |
function TransformScale: Single; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
Properties
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property FdScaleFactor: TSFVec3f read FFdScaleFactor; |
|
 |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
 |
property FdCenter: TSFVec3f read FFdCenter; |
|
Generated by PasDoc 0.15.0.
|