Determine the cross product between this vector and the specified vector.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function CrossProduct (
vector As DocumentUnitsVector
) As DocumentUnitsVector
C#
public DocumentUnitsVector CrossProduct(
DocumentUnitsVector vector
)
Parameters
- vector
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input used for comparison.
Return Value
Type:
DocumentUnitsVector
See Also
Reference