Struct FVector3
FVector3 structure
A float vector with three components.
Constructors
| Name | Description |
|---|
| FVector3(Vector3) | Initializes a new instance of the FVector3. |
| FVector3(Vector4) | Initializes a new instance of the FVector4. |
| FVector3(float, float, float) | Initializes a new instance of the FVector3. |
Properties
| Name | Description |
|---|
| static One { get; } | The unit scale vector with all components are all 1 |
| static Zero { get; } | The Zero vector. |
Methods
Fields
| Name | Description |
|---|
| X | The x component. |
| Y | The y component. |
| Z | The y component. |
See Also