Click or drag to resize
XDL

XVertex3d.crossProduct(XVertex3d) Method

Cross-Product 연산 후 결과를 반환한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public XVertex3d crossProduct(
	XVertex3d v
)

Parameters

v  XVertex3d
피연산자.

Return Value

XVertex3d
결과
See Also