Click or drag to resize
GeVectorIsCoplanarTo Method
Returns True if this vector and two other specified vectors lie in the same plane, otherwise returns False.

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

Parameters

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

Return Value

Type: Boolean
Remarks