-
Notifications
You must be signed in to change notification settings - Fork 7
EastNorthUp
huggins edited this page May 10, 2023
·
1 revision
Container for vectors for east, north, and up directions.
public struct FEastNorthUp| Type | Name | Description |
|---|---|---|
| Vector3 | EastVector | Specifies the vector representing the eastward direction. |
| Vector3 | NorthVector | Specifies the vector representing the northward direction. |
| Vector3 | UpVector | Specifies the vector representing the upward direction. |
| Name | Description |
|---|---|
| FEastNorthUp() | Default constructor |
| FEastNorthUp(Vector3 EastVector, Vector3 NorthVector, Vector3 UpVector) | Constructor that takes in the east, north and up vectors |
Vector3 EastVectorSpecifies the vector representing the eastward direction.
Category: GRILL DIS|Structs
Vector3 NorthVectorSpecifies the vector representing the northward direction.
Category: GRILL DIS|Structs
Vector3 UpVectorSpecifies the vector representing the upward direction.
Category: GRILL DIS|Structs
FEastNorthUp()Default constructor
FEastNorthUp
(
Vector3 EastVector,
Vector3 NorthVector,
Vector3 UpVector
)Constructor that takes in the east, north and up vectors.
| Parameter | Description |
|---|---|
| EastVector | Specifies the vector representing the eastward direction. |
| NorthVector | Specifies the vector representing the northward direction. |
| UpVector | Specifies the vector representing the upward direction. |