Class TCubicBezierPositionInterpolatorNode

Unit

Declaration

type TCubicBezierPositionInterpolatorNode = class(TAbstractCubicBezierInterpolatorNode)

Description

Interpolate (animate) a set of 3D positions, using cubic Bezier curve instead of linear interpolation. See http://castle-engine.sourceforge.net/x3d_implementation_interpolation_extensions.php .

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdKeyValue: TMFVec3f read FFdKeyValue;
Public property EventValue_changed: TSFVec3fEvent read FEventValue_changed;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdKeyValue: TMFVec3f read FFdKeyValue;
 
Public property EventValue_changed: TSFVec3fEvent read FEventValue_changed;
 

Generated by PasDoc 0.15.0.