Class TOrientationInterpolator2DNode
Unit
Declaration
type TOrientationInterpolator2DNode = class(TAbstractInterpolatorNode)
Description
Interpolate (animate) a 2D orientation, during which angle changes but axis remains constant.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TOrientationInterpolator2DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
Properties
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
Properties
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
Generated by PasDoc 0.16.0.
