Class TGeoPositionInterpolatorNode
Unit
X3DNodes
Declaration
type TGeoPositionInterpolatorNode = class(TAbstractInterpolatorNode)
Description
No description available, ancestor TAbstractInterpolatorNode description follows
Basis for all nodes interpolating (animating) values.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
Properties
 |
property FdKeyValue: TMFVec3d read FFdKeyValue; |
|
 |
property EventGeovalue_changed: TSFVec3dEvent read FEventGeovalue_changed; |
|
 |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
Generated by PasDoc 0.15.0.
|