Creates a cross product C = A x B.
[Visual Basic .NET] |
---|
Public Function CreateCrossProductVector( _ ByVal VectorName As String, _ ByVal VectorA As IAgCrdnVector, _ ByVal VectorB As IAgCrdnVector _ ) As IAgCrdnVectorCross |
[C#] |
---|
public IAgCrdnVectorCross CreateCrossProductVector( |
[Managed C++] |
---|
public: IAgCrdnVectorCross^ CreateCrossProductVector( |
[Java] |
---|
public IAgCrdnVectorCross createCrossProductVector( |
[Unmanaged C++] |
---|
public: HRESULT CreateCrossProductVector( |
- VectorName
- Specify a vector name.
- VectorA
- Specify the first of the two vectors used compute the cross product.
- VectorB
- Specify the second of the two vectors used compute the cross product.
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] | ![]() | |
---|---|---|
|