AGI STK VGT 11 Send comments on this topic.
IAgCrdnVectorCross Interface





Description

The vector cross product of two vectors.

Object Model



Public Properties

Public Property Dimension Returns a unit of measure, i.e. 'AngleUnit', 'DistanceUnit', etc.
Public Property From Specify one of the two vectors which define the vector cross product.
Public Property IsNormalized Whether to convert the cross product of two vectors to a unit vector.
Public Property To Specify the second of the two vectors which define the vector cross product.

Example

Creates a vector defined as a cross product of vectors A and B.
[C#] Copy Code
//Create a vector defined as cross product of vectors A and B. 
IAgCrdnVectorCross vector = provider.Vectors.Factory.CreateCrossProductVector( 
    "CrossVector", VectorA, VectorB); 
 

Creates a vector defined as a cross product of vectors A and B.
[Visual Basic .NET] Copy Code
'Create a vector defined as cross product of vectors A and B.
Dim vector As IAgCrdnVectorCross = provider.Vectors.Factory.CreateCrossProductVector("CrossVector", VectorA, VectorB)

CoClasses that Implement IAgCrdnVectorCross

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1