Click or drag to resize
XDL

XVertex4d Constructor

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