Click or drag to resize

Vector3Cross Method

Get the cross product of two vectors.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector3 Cross(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Karamba.GeometryVector3
first vector of the cross product.
b
Type: Karamba.GeometryVector3
second vector of the cross product.

Return Value

Type: Vector3
Cross product of two vectors.
See Also