Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::GeoPoint3

Single precision 3 dimensional point class.

Functions

NameDescription
GeoPoint3()

Constructors.

GeoPoint3(float, float, float)

Constructors.

GeoPoint3(v128)

Constructors.

operator v128()

Conversion to a v128. W component is always 1.

Variables

NameDescription
float X

X coordinate.

float Y

Y coordinate.

float Z

Z coordinate.


Anchor
a1e05b67bad96f6d2253063ed7a300bcc
a1e05b67bad96f6d2253063ed7a300bcc

Geo::GeoPoint3::GeoPoint3

...

public: GeoPoint3()

...

Constructors.


Anchor
a12e98184fb492bedd5940aa85867f533
a12e98184fb492bedd5940aa85867f533

Geo::GeoPoint3::GeoPoint3

...

public: GeoPoint3
(
    float x,
    float y,
    float z
)

...

Constructors.


Anchor
ae261b43c88a919dc209be94b1b2698ef
ae261b43c88a919dc209be94b1b2698ef

Geo::GeoPoint3::GeoPoint3

...

public: GeoPoint3
(
    v128 rhs
)

...

Constructors.


Anchor
a17102fb84e7e228183d4dd20c7f9b2bd
a17102fb84e7e228183d4dd20c7f9b2bd

Geo::GeoPoint3::operator v128

...

public: operator v128() const

...

Conversion to a v128. W component is always 1.