 | VectorCrossProduct Method |
Determines the cross product between this vector and the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
SyntaxVector CrossProduct(
Vector vector
)
Function CrossProduct (
vector As Vector
) As Vector
Parameters
- vector Vector
- Input Vector object for cross product calculation.
Return Value
VectorA new Vector object that is a copy of this instance.
See Also