Produce the vector cross product between this vector and another one.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Vector Cross(
	Vector vector
)
Public Function Cross ( 
	vector As Vector
) As Vector
public:
Vector^ Cross(
	Vector^ vector
)
member Cross : 
        vector : Vector -> Vector 
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
 The vector to cross with this one.
Return Value
Type: 
VectorThe vector cross product between the two vectors.
 See Also
See Also