|
XVertex2ddotProduct(XVertex2d) Method
|
객체 자신과 외부 입력 객체간의 Dot-Product를 수행한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic double dotProduct(
XVertex2d v1
)
Parameters
- v1 XVertex2d
- 피연산자.
Return Value
Double Dot-Product 연산 결과 값.
See Also