Click or drag to resize
XDL

XVertex2ddotProduct Method (XVertex2d, XVertex2d)

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

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

Parameters

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

Return Value

Type: Double
Dot-Product 연산 결과 값.
See Also