Skip to content

EarthCenteredEarthFixedDouble

huggins edited this page May 3, 2023 · 4 revisions

Earth Centered Earth Fixed Double

Contains Earth Centered Earth Fixed (ECEF) coordinates in double-precision (64-bit).

struct FEarthCenteredEarthFixedDouble

Back to Top


Members

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

Back to Top


Constructors

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

Back to Top


Details

X

double X

The ECEF X value in double precision.

Back to Top


Y

double Y

The ECEF Y value in double precision.

Back to Top


Z

double Z

The ECEF Z value in double precision.

Back to Top


FEarthCenteredEarthFixedDouble

FEarthCenteredEarthFixedDouble()

Default constructor

Back to Top


FEarthCenteredEarthFixedDouble

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

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

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

Back to Top


Clone this wiki locally