Click or drag to resize
XDL

XVertex2d Constructor

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