|
XfnDotProduct Method
|
두개의 XVertex3d객체를 이용하여 Dot product를 계산하고 결과값을 Scalar값으로 반환한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static double DotProduct(
XVertex3d V1,
XVertex3d V2
)
Parameters
- V1 XVertex3d
- [In] XVertex3d 객체
- V2 XVertex3d
- [In] XVertex3d 객체
Return Value
Double Dot-product연산된 결과값.
See Also