Class TRotationNode_1
Unit
X3DNodes
Declaration
type TRotationNode_1 = class(TAbstractTransformationNode_1)
Description
no description available, 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 ClassNodeTypeName: string; override; |
|
 |
procedure Transformation(out Matrix, InvertedMatrix: TMatrix4Single); override; |
|
 |
function TransformScale: Single; override; |
|
Properties
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:56
|