This is the documentation for Enlighten.
struct Geo GeoPoint3D
struct Geo::GeoPoint3D
Integer 3 dimensional point class.
Functions
Name | Description |
|---|---|
Constructors. | |
Constructors. | |
Constructors. | |
Component-wise subtraction (translation). | |
Inequality operator. | |
Scalar multiplication. | |
Scalar multiplication. | |
Scalar division. | |
Scalar division. | |
Component-wise addition (translation). | |
Component-wise addition (translation). | |
Component-wise subtraction (translation). | |
Equality operator. |
Variables
Geo::GeoPoint3D::GeoPoint3D
public: GeoPoint3D()
Constructors.
Geo::GeoPoint3D::GeoPoint3D
public: GeoPoint3D
(
s32 InX,
s32 InY,
s32 InZ
)
Constructors.
Geo::GeoPoint3D::GeoPoint3D
public: GeoPoint3D
(
s32 InSize
)