Click or drag to resize

VectorCrossProduct Method

Determines the cross product between this vector and the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
Vector CrossProduct(
	Vector vector
)

Parameters

vector  Vector
Input Vector object for cross product calculation.

Return Value

Vector
A new Vector object that is a copy of this instance.
See Also