Click or drag to resize

VectorD3DCrossProduct Method

Calculates the cross product of two vectors.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD3D CrossProduct(
	VectorD3D a,
	VectorD3D b
)

Parameters

a  VectorD3D
The first vector.
b  VectorD3D
The second vector.

Return Value

VectorD3D
The cross product.
See Also