FVector3
Contents
[
Hide
]FVector3 class
A float vector with three components.
Properties
| Name | Description |
|---|---|
| x | The x component. |
| y | The y component. |
| z | The y component. |
| ZERO | The Zero vector. |
| UNIT_SCALE | The unit scale vector with all components are all 1 |
Methods
constructor
| Name | Description |
|---|---|
| constructor() |
Result:
constructor_overload
| Name | Description |
|---|---|
| constructor_overload(x, y, z) | Initializes a new instance of the FVector3. |
Result:
constructor_overload2
| Name | Description |
|---|---|
| constructor_overload2(vec) | Initializes a new instance of the FVector3. |
Result:
constructor_overload3
| Name | Description |
|---|---|
| constructor_overload3(vec) | Initializes a new instance of the FVector4. |
Result:
toString
| Name | Description |
|---|---|
| toString() |
Result: String
normalize
| Name | Description |
|---|---|
| normalize() | Normalizes this instance. |
Result: FVector3
cross
| Name | Description |
|---|---|
| cross(rhs) | Cross product of two vectors |
Parameters:
| Name | Type | Description |
|---|---|---|
| rhs | FVector3 | Right hand side value. |
Result: FVector3