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

Overview

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdRotation: TSFRotation read FFdRotation;
Public property Rotation: TVector4 read GetRotation write SetRotation;

Description

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdRotation: TSFRotation read FFdRotation;

Internal wrapper for property Rotation. This wrapper API may change, we advise to access simpler Rotation instead.

Public property Rotation: TVector4 read GetRotation write SetRotation;
 

Generated by PasDoc 0.16.0.