Skip to content

EastNorthUp

huggins edited this page May 10, 2023 · 1 revision

East North Up

Container for vectors for east, north, and up directions.

public struct FEastNorthUp

Back to Top


Members

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.

Back to Top


Constructors

Name Description
FEastNorthUp() Default constructor
FEastNorthUp(Vector3 EastVector, Vector3 NorthVector, Vector3 UpVector) Constructor that takes in the east, north and up vectors

Back to Top


Details

East Vector

Vector3 EastVector

Specifies the vector representing the eastward direction.

Category: GRILL DIS|Structs

Back to Top


North Vector

Vector3 NorthVector

Specifies the vector representing the northward direction.

Category: GRILL DIS|Structs

Back to Top


Up Vector

Vector3 UpVector

Specifies the vector representing the upward direction.

Category: GRILL DIS|Structs

Back to Top


FEastNorthUp

FEastNorthUp()

Default constructor

Back to Top


FEastNorthUp

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.

Back to Top


Clone this wiki locally