Click or drag to resize
XDL

XVertex2idotProduct Method (XVertex2i, XVertex2i)

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

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

Parameters

v1
Type: Pixoneer.NXDLXVertex2i
첫번째 피연산자.
v2
Type: Pixoneer.NXDLXVertex2i
두번째 피연산자.

Return Value

Type: Double
Dot Product 결과값.
See Also