#include <gfx_basictypes_3d.h>
X and Y coordinate of a point used for window/drawing operations.
Public Member Functions | |
DrawPoint3d () | |
DrawPoint3d (T xValue, T yValue, T zValue) | |
String | ToString (const FormatStatement *formatStatement=nullptr) const |
MAXON_OPERATOR_EQUALITY_HASHCODE (DrawPoint3d, x, y, z) | |
Static Public Member Functions | |
static Result< void > | DescribeIO (const DataSerializeInterface &stream) |
Public Attributes | |
T | x |
T | y |
T | z |
DrawPoint3d | ( | ) |
DrawPoint3d | ( | T | xValue, |
T | yValue, | ||
T | zValue | ||
) |
String ToString | ( | const FormatStatement * | formatStatement = nullptr | ) | const |
Returns a readable string of the content.
[in] | formatStatement | Nullptr or additional formatting instruction. Currently no additional formatting instructions are supported. |
MAXON_OPERATOR_EQUALITY_HASHCODE | ( | DrawPoint3d< T > | , |
x | , | ||
y | , | ||
z | |||
) |
|
static |
Describe all elements of this class for I/O operations.
[in] | stream | The stream that is used to register the class members. |
T x |
T y |
T z |