CrossMultiply(Vector,Vector) Method
In This Topic
Defines the descarts multiplication operation for vector.
Syntax
'Declaration
Public Overloads Shared Function CrossMultiply( _
ByVal As Vector, _
ByVal As Vector _
) As Vector
public static Vector CrossMultiply(
Vector ,
Vector
)
Parameters
- left
- A Vector indicates the left operand.
- right
- A Vector indicates the right operand.
Return Value
A Vector that is the descarts multiplying result of the left and right operands.
See Also