Click or drag to resize
XDL

XVertex3ddotProduct(XVertex3d, XVertex3d) Method

첫번재 피연산자 XVertex3d객체와 두번째 피연산자 XVertex3d객체에 대해 Dot-Product를 수행한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public static double dotProduct(
	XVertex3d v1,
	XVertex3d v2
)

Parameters

v1  XVertex3d
첫번째 피연산자.
v2  XVertex3d
두번째 피연산자.

Return Value

Double
Dot-Product 결과인 Scalar값.
See Also