Skip to content

EastNorthUp

huggins edited this page May 3, 2023 · 4 revisions

East North Up

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

struct FEastNorthUp

Back to Top


Members

Type Name Description
FVector EastVector Specifies the vector representing the eastward direction.
FVector NorthVector Specifies the vector representing the northward direction.
FVector UpVector Specifies the vector representing the upward direction.

Back to Top


Constructors

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

Back to Top


Details

East Vector

FVector EastVector

Specifies the vector representing the eastward direction.

Category: GRILL DIS|Structs

Back to Top


North Vector

FVector NorthVector

Specifies the vector representing the northward direction.

Category: GRILL DIS|Structs

Back to Top


Up Vector

FVector UpVector

Specifies the vector representing the upward direction.

Category: GRILL DIS|Structs

Back to Top


FEastNorthUp

FEastNorthUp()

Default constructor

Back to Top


FEastNorthUp

FEastNorthUp
(
	FVector EastVector, 
	FVector NorthVector,
	FVector 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