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. |
Anchor | ||||
---|---|---|---|---|
|
Geo::GeoPoint3::GeoPoint3
...
public: GeoPoint3()
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Geo::GeoPoint3::GeoPoint3
...
public: GeoPoint3
(
float x,
float y,
float z
)
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Geo::GeoPoint3::GeoPoint3
...
public: GeoPoint3
(
v128 rhs
)
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Geo::GeoPoint3::operator v128
...
public: operator v128() const
...
Conversion to a v128. W component is always 1.