Click or drag to resize
XDL

XVertex3dcrossProduct Method (XVertex3d)

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

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

Parameters

v
Type: Pixoneer.NXDLXVertex3d
피연산자.

Return Value

Type: XVertex3d
결과
See Also