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.
oneThe unit scale vector with all components are all 1
UNIT_SCALEThe unit scale vector with all components are all 1

Methods

MethodDescription
normalizeNormalizes this instance.
crossCross product of two vectors

See Also