FVector3 class
FVector3 class
A float vector with three components.
The FVector3 type exposes the following members:
Constructors
Constructor | Description |
---|
init | Initializes a new instance of the FVector3 . |
init | Initializes a new instance of the FVector3 . |
init | Initializes a new instance of the FVector4 . |
init | Constructs a new instance of FVector3 |
Properties
Property | Description |
---|
zero | The Zero vector. |
one | The unit scale vector with all components are all 1 |
x | The x component. |
y | The y component. |
z | The y component. |
Methods
Method | Description |
---|
normalize | Normalizes this instance. |
cross | Cross product of two vectors |
See Also