CrossProduct Method (IMathVector) Send Feedback
See Also 
ResultVector[out]
IMathVector
Vector[out]
IMathVector
Sets the current vector to the cross product of its original value and the value of the specified vector.

Syntax

Visual Basic 
Function CrossProduct( _
   ByVal Vector As MathVector _
) As MathVector
C# 
MathVector CrossProduct( 
   MathVector Vector
)
JavaScript 
CrossProduct( 
   Vector : dsMathVector
) : dsMathVector
COM native C++ 
HRESULT CrossProduct( 
   IMathVector* Vector,
   IMathVector** ResultVector
) 
C++ 
DSRESULT CrossProduct( 
   dsMathVector* Vector,
   dsMathVector** ResultVector
) 

Parameters

Vector[out]
IMathVector
ResultVector[out] or Return Value
IMathVector
 

See Also

Availability

DraftSight V1R1.4