Click or drag to resize

VectorCross Method

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.1.418.0 (24.1.418.0)
Syntax
public Vector Cross(
	Vector vector
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to cross with this one.

Return Value

Type: Vector
The vector cross product between the two vectors.
See Also