#include <gfx_basictypes_3d.h>
X and Y coordinate of a point used for window/drawing operations.
公共成员函数 |
|
| DrawPoint3d () | |
| DrawPoint3d (T xValue, T yValue, T zValue) | |
| String | ToString (const FormatStatement *formatStatement=nullptr) const |
| MAXON_OPERATOR_EQUALITY_HASHCODE ( DrawPoint3d , x , y , z ) | |
静态公共成员函数 |
|
| 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 |