Class TRotationXYZNode
Unit
X3DNodes
Declaration
type TRotationXYZNode = class(TAbstractTransformationNode_1)
Description
RotationXYZ node (from Inventor). It's not in VRML 1.0 spec. But some invalid VRML 1.0 models use it, e.g. [http://www-vrl.umich.edu/sel_prj/EECS498/].
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
 |
property FdAxis: TSFEnum read FFdAxis; |
|
 |
property FdAngle: TSFFloat read FFdAngle; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:17
|