Skip to content

EarthCenteredEarthFixedFloat

huggins edited this page May 3, 2023 · 4 revisions

Earth Centered Earth Fixed Float

Contains Earth Centered Earth Fixed (ECEF) coordinates in float-precision (32-bit).

struct FEarthCenteredEarthFixedFloat

Back to Top


Members

Type Name Description
float X The ECEF X value in float precision.
float Y The ECEF Y value in float precision.
float Z The ECEF Z value in float precision.

Back to Top


Constructors

Name Description
FEarthCenteredEarthFixedFloat() Default constructor
FEarthCenteredEarthFixedFloat(const float X, const float Y, const float Z) Constructor that takes in float-precision X, Y, Z ECEF values

Back to Top


Details

X

float X

The ECEF X value in float precision.

Category: GRILL DIS|Structs

Back to Top


Y

float Y

The ECEF Y value in float precision.

Category: GRILL DIS|Structs

Back to Top


Z

float Z

The ECEF Z value in float precision.

Category: GRILL DIS|Structs

Back to Top


FEarthCenteredEarthFixedFloat

FEarthCenteredEarthFixedDouble()

Default constructor

Back to Top


FEarthCenteredEarthFixedFloat

FEarthCenteredEarthFixedDouble
(
	const float X, 
	const float Y, 
	const float Z
)

Constructor that takes in float-precision X, Y, Z ECEF values

Parameter Description
X The ECEF X value in float precision.
Y The ECEF Y value in float precision.
Z The ECEF Z value in float precision.

Back to Top


Clone this wiki locally