Click or drag to resize
XDL

XVertex3d Constructor

Overload List
  NameDescription
Public methodXVertex3d
XVertex3d 객체를 생성하는 기본 생성장이며 x, y, z값을 0으로 초기화 한다.
Public methodXVertex3d(XVertex3<double>*)
Public methodXVertex3d(XVertex3d)
XVertex3d객체를 생성하는 생성자이며, 입력되는 XVertex3d값의 x, y, z값과 동일하게 복사하여 초기화 한다.
Public methodXVertex3d(Double, Double, Double)
XVertex3d 객체를 생성하는 생성자이며 x, y, z값을 입력되는 xVal, yVal, zVal값으로 초기화 한다.
Top
See Also