Skip to content

NorthEastDown

huggins edited this page May 3, 2023 · 4 revisions

North East Down

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

struct FNorthEastDown

Back to Top


Members

Type Name Description
FVector DownVector Specifies the vector representing the downward direction.
FVector EastVector Specifies the vector representing the eastward direction.
FVector NorthVector Specifies the vector representing the northward direction.

Back to Top


Constructors

Name Description
FNorthEastDown() Default constructor
FNorthEastDown(FVector NorthVector, FVector EastVector, FVector DownVector) Constructor that takes in the north, east, and down vectors

Back to Top


Details

Down Vector

FVector DownVector

Specifies the vector representing the downward direction.

Category: GRILL DIS|Structs

Back to Top


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


FNorthEastDown

FNorthEastDown()

Default constructor

Back to Top


FNorthEastDown

FNorthEastDown
(
	FVector NorthVector,
	FVector EastVector, 
	FVector DownVector
)

Constructor that takes in the north, east, and down vectors.

Parameter Description
NorthVector Specifies the vector representing the northward direction.
EastVector Specifies the vector representing the eastward direction.
DownVector Specifies the vector representing the downward direction.

Back to Top


Clone this wiki locally