| 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
DraftSight V1R1.4
Syntax