FVector3 class

FVector3 class

A float vector with three components.

The FVector3 type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the FVector3.
initInitializes a new instance of the FVector3.
initInitializes a new instance of the FVector4.
initConstructs a new instance of FVector3

Properties

PropertyDescription
ZEROThe Zero vector.
UNIT_SCALEThe unit scale vector with all components are all 1
xThe x component.
yThe y component.
zThe y component.

Methods

MethodDescription
normalizeNormalizes this instance.
crossCross product of two vectors

See Also