Class TOrientationInterpolator2DNode

Unit

Declaration

type TOrientationInterpolator2DNode = class(TAbstractInterpolatorNode)

Description

Interpolate (animate) a 2D orientation, during which angle changes but axis remains constant.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetKeyValue(const Value: array of Single); overload;
Public procedure SetKeyValue(const Value: TSingleList); overload;

Properties

Public property FdKeyValue: TMFFloat read FFdKeyValue;
Public property FdAxis: TSFVec3f read FFdAxis;
Public property Axis: TVector3 read GetAxis write SetAxis;
Public property EventValue_changed: TSFRotationEvent read FEventValue_changed;

Description

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetKeyValue(const Value: array of Single); overload;
 
Public procedure SetKeyValue(const Value: TSingleList); overload;
 

Properties

Public property FdKeyValue: TMFFloat read FFdKeyValue;

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

Public property FdAxis: TSFVec3f read FFdAxis;

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

Public property Axis: TVector3 read GetAxis write SetAxis;
 
Public property EventValue_changed: TSFRotationEvent read FEventValue_changed;
 

Generated by PasDoc 0.16.0.