DrawPoint3d< T > Struct Template Reference

#include <gfx_basictypes_3d.h>

详细描述

template<typename T>
struct maxon::DrawPoint3d< T >

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

x
y
z

构造函数 & 析构函数文档编制

◆  DrawPoint3d() [1/2]

DrawPoint3d ( )

◆  DrawPoint3d() [2/2]

DrawPoint3d ( xValue ,
yValue ,
zValue  
)

成员函数文档编制

◆  ToString()

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.
返回
The converted result.

◆  MAXON_OPERATOR_EQUALITY_HASHCODE()

MAXON_OPERATOR_EQUALITY_HASHCODE ( DrawPoint3d < T >  ,
x   ,
y   ,
z    
)

◆  DescribeIO()

static Result <void> DescribeIO ( const DataSerializeInterface stream )
static

Describe all elements of this class for I/O operations.

参数
[in] stream The stream that is used to register the class members.
返回
OK on success.

Member Data Documentation

◆  x

T x

◆  y

T y

◆  z

T z