Click or drag to resize
GeVectorScalarTripleProduct Method
Returns scalar triple (box) product of this vector and specified vectors.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public double ScalarTripleProduct(
	GeVector otherU,
	GeVector otherV
)

Parameters

otherU
Type: FDF.Common.GeometriesGeVector
otherV
Type: FDF.Common.GeometriesGeVector

Return Value

Type: Double
Resulting value is a volume.
Remarks