Class TSFVec3f
Unit
X3DFields
Declaration
type TSFVec3f = class(specialize TSFGenericVector<TVector3,TSFVec3fEvent>)
Description
X3D field containing a 3D vector with Single precision.
Hierarchy
Overview
Methods
 |
class function X3DType: string; override; |
 |
procedure Send(const Index: Integer; const ComponentValue: Single); overload; |
Description
Methods
 |
class function X3DType: string; override; |
|
 |
procedure Send(const Index: Integer; const ComponentValue: Single); overload; |
Alternative version of Send , change only a given component of the vector.
|
Generated by PasDoc 0.15.0.
|