Click or drag to resize
GeVectorCrossProduct Method
Returns cross (outer) product of this vector and specified vector.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector CrossProduct(
	GeVector other
)

Parameters

other
Type: FDF.Common.GeometriesGeVector
The vector to compute a cross product against.

Return Value

Type: GeVector
A vector result from the inner product.
Remarks