Click or drag to resize
XDL

XVertex2idotProduct(XVertex2i) Method

객체 자신과 외부 입력 객체간의 Dot-Product를 수행한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public double dotProduct(
	XVertex2i v1
)

Parameters

v1  XVertex2i
피연산자

Return Value

Double
Dot Product 결과값
See Also