Class TSFVec3f

Unit

Declaration

type TSFVec3f = class(specialize TSFGenericVector<TVector3,TSFVec3fEvent>)

Description

X3D field containing a 3D vector with Single precision.

Hierarchy

Overview

Methods

Public class function X3DType: String; override;
Public procedure Send(const Index: Integer; const ComponentValue: Single); overload;

Description

Methods

Public class function X3DType: String; override;

This item has no description. Showing description inherited from TX3DField.X3DType.

Field type in X3D, like 'SFString' or 'MFInt32'. As for VRML/X3D interface declaration statements. In base TX3DField class, this returns XFAny (name indicating any type, used by instantreality and us).

Public 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.16.0-snapshot.