/
struct Geo GeoPoint3
This is the documentation for Enlighten.
struct Geo GeoPoint3
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.
, multiple selections available,
Related content
struct Geo GeoPoint3
struct Geo GeoPoint3
More like this
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoPoint2
struct Geo GeoPoint2
More like this
struct Geo GeoPoint2
struct Geo GeoPoint2
More like this