Creates a cross product C = A x B.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVectorCross CreateCrossProductVector( string VectorName, IAgCrdnVector VectorA, IAgCrdnVector VectorB ); |
| [Managed C++] |
|---|
public: IAgCrdnVectorCross^ CreateCrossProductVector( String __gc ^ VectorName, IAgCrdnVector ^ VectorA, IAgCrdnVector ^ VectorB ); |
| [Java] |
|---|
public IAgCrdnVectorCross createCrossProductVector( String VectorName, IAgCrdnVector VectorA, IAgCrdnVector VectorB ); |
| [Unmanaged C++] |
|---|
|
- VectorName
- VectorA
- VectorB
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Creates a vector defined as a cross product of vectors A and B.
| [C#] | ||
|---|---|---|
| ||
Creates a vector defined as a cross product of vectors A and B.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





