HoverRace
2.0
|
#include <WorldCoordinates.h>
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) |
![]() | |
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 |
![]() | |
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 |