Class TSquadOrientationInterpolatorNode
Unit
X3DNodes
Declaration
type TSquadOrientationInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Non-linearly interpolate (animate) a rotation. Not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetKeyValue(const Value: array of TVector4); |
|
Properties
 |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
|
 |
property NormalizeVelocity: boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
|
Generated by PasDoc 0.15.0.
|