Click or drag to resize

Vector3Cross Method

cross product of two vectors

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:Karamba.Geometry.Vector3.Cross(Karamba.Geometry.Vector3,Karamba.Geometry.Vector3)"]

See Also