Click or drag to resize
XDL

XVertex2d Methods

The XVertex2d type exposes the following members.

Methods
  NameDescription
Public methoddotProduct(XVertex2d)
객체 자신과 외부 입력 객체간의 Dot-Product를 수행한다.
Public methodStatic memberdotProduct(XVertex2d, XVertex2d)
첫번재 피연산자 XVertex2d객체와 두번째 피연산자 XVertex2d객체에 대해 Dot-Product를 수행한다.
Public methodGetNormalize
이 객체의 값을 노멀라이즈하여 반환한다. 이 객체 값은 변하지 않는다.
Public methodIsEqual
만약 입력 XVertex2d객체와 동일하다면 true를 반환하고 그렇지 않으면 false를 반환한다.
Public methodnorm
이 객체의 Euclidean Norm을 계산하여 반환한다.
Public methodnorm2
이 객체의 Euclidean Norm의 제곱을 반환한다.
Public methodNormalize
이 객체의 값을 노멀라이즈한다.
x = x/sqrt(x*x + y*y), y = y/sqrt(x*x + y*y).
Top
See Also