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
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TOrientationInterpolator2DNode
Overview
Methods
![]() |
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); overload; |
![]() |
procedure SetKeyValue(const Value: TSingleList); overload; |
Properties
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
Description
Methods
![]() |
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); overload; |
![]() |
procedure SetKeyValue(const Value: TSingleList); overload; |
Properties
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
Internal wrapper for property |
![]() |
property FdAxis: TSFVec3f read FFdAxis; |
Internal wrapper for property Axis. This wrapper API may change, we advise to access simpler Axis instead. |
![]() |
property Axis: TVector3 read GetAxis write SetAxis; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
Generated by PasDoc 0.16.0.