This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Geo::GeoPoint3

Single precision 3 dimensional point class.

Functions

Name Description
GeoPoint3()

Constructors.

GeoPoint3(float, float, float)

Constructors.

GeoPoint3(v128)

Constructors.

operator v128()

Conversion to a v128. W component is always 1.

Variables

Name Description
float X

X coordinate.

float Y

Y coordinate.

float Z

Z coordinate.


Geo::GeoPoint3::GeoPoint3


public: GeoPoint3()


Constructors.


Geo::GeoPoint3::GeoPoint3


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


Constructors.


Geo::GeoPoint3::GeoPoint3


public: GeoPoint3
(
    v128 rhs
)


Constructors.


Geo::GeoPoint3::operator v128


public: operator v128() const


Conversion to a v128. W component is always 1.

  • No labels