Click or drag to resize
XDL

XfnDotProduct Method

두개의 XVertex3d객체를 이용하여 Dot product를 계산하고 결과값을 Scalar값으로 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static double DotProduct(
	XVertex3d V1,
	XVertex3d V2
)

Parameters

V1
Type: Pixoneer.NXDLXVertex3d
[In] XVertex3d 객체
V2
Type: Pixoneer.NXDLXVertex3d
[In] XVertex3d 객체

Return Value

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