Click or drag to resize
GeVectorPerpendicular Method (IGePlane)
Returns a vector orthogonal to both this vector and the specified plane normal vector. Resulting perpendicular vector sits in the specified plane.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector Perpendicular(
	IGePlane plane
)

Parameters

plane
Type: FDF.Common.GeometriesIGePlane

Return Value

Type: GeVector
Remarks