Click or drag to resize
XDL

XVertex3ddotProduct Method (XVertex3d)

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

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

Parameters

v1
Type: Pixoneer.NXDLXVertex3d
피연산자

Return Value

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