Click or drag to resize

DocumentUnitsVectorCrossProduct Method

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: 23.0
Syntax
Public Function CrossProduct ( 
	vector As DocumentUnitsVector
) As DocumentUnitsVector

Parameters

vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison.

Return Value

Type: DocumentUnitsVector
See Also