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

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 FdScaleFactor: TSFVec3f read FFdScaleFactor;
Public property ScaleFactor: TVector3 read GetScaleFactor write SetScaleFactor;

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 FdScaleFactor: TSFVec3f read FFdScaleFactor;

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

Public property ScaleFactor: TVector3 read GetScaleFactor write SetScaleFactor;
 

Generated by PasDoc 0.16.0.