|
HoverRace
2.0
|
#include <WorldCoordinates.h>
Inheritance diagram for MR_3DCoordinate:Public Member Functions | |
| constexpr | MR_3DCoordinate () noexcept |
| constexpr | MR_3DCoordinate (MR_Int32 pX, MR_Int32 pY, MR_Int32 pZ) noexcept |
| void | Serialize (HoverRace::Parcel::ObjStream &pArchive) |
Public Member Functions inherited from MR_2DCoordinate | |
| constexpr | MR_2DCoordinate () noexcept |
| constexpr | MR_2DCoordinate (MR_Int32 pX, MR_Int32 pY) noexcept |
| constexpr bool | operator!= (const MR_2DCoordinate &pCoordinate) const noexcept |
| constexpr bool | operator== (const MR_2DCoordinate &pCoordinate) const noexcept |
| void | Serialize (HoverRace::Parcel::ObjStream &pArchive) |
Public Attributes | |
| MR_Int32 | mZ |
Public Attributes inherited from MR_2DCoordinate | |
| MR_Int32 | mX |
| MR_Int32 | mY |
Private Types | |
| using | SUPER = MR_2DCoordinate |
|
private |
|
inlinenoexcept |
| void MR_3DCoordinate::Serialize | ( | HoverRace::Parcel::ObjStream & | pArchive | ) |
| MR_Int32 MR_3DCoordinate::mZ |
1.8.11