Class TMatrixTransformNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMatrixTransformNode = class(TAbstractX3DGroupingNode, ITransformNode)

Description

MatrixTransform node for VRML/X3D >= 2.0. From Avalon extension, see [http://instant-reality.com/documentation/nodetype/MatrixTransform/].

Hierarchy

Overview

Methods

Protected procedure DirectEnumerateActive( Func: TEnumerateChildrenFunction); override;
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
Public function TransformationChange: TNodeTransformationChange; override;

Properties

Public property FdMatrix: TSFMatrix4f read FFdMatrix;

Description

Methods

Protected procedure DirectEnumerateActive( Func: TEnumerateChildrenFunction); override;
 
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
 
Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
 
Public function TransformationChange: TNodeTransformationChange; override;
 

Properties

Public property FdMatrix: TSFMatrix4f read FFdMatrix;
 

Generated by PasDoc 0.14.0.