![]() | XVertex2i Methods |
The XVertex2i type exposes the following members.
Name | Description | |
---|---|---|
![]() | dotProduct(XVertex2i) |
객체 자신과 외부 입력 객체간의 Dot-Product를 수행한다.
|
![]() ![]() | dotProduct(XVertex2i, XVertex2i) |
첫번재 피연산자 XVertex2i객체와 두번째 피연산자 XVertex2i객체에 대해 Dot-Product를 수행한다.
|
![]() | GetNormalize |
this 객체로부터 Normalize를 연산하여 새로운 객체를 생성하여 반환한다. this 객체 값이 변하지 않는다.
|
![]() | GetUnmanObj | |
![]() | IsEqual |
만약 입력 XVertex2i객체와 동일하다면 true를 반환하고 그렇지 않으면 false를 반환한다.
|
![]() | norm |
this객체의 Euclidean Norm을 계산하여 반환한다.
|
![]() | norm2 |
this 객체의 Euclidean Norm의 제곱을 반환한다.
|
![]() | Normalize |
XVertex2i객체에 대한 Normalize를 수행. x = x/sqrt(x*x + y*y), y = y/sqrt(x*x + y*y).
|