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: 24.2.419.0 (24.2.419.0)
Syntax public 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