C# Class GeometryClassLibrary.IEnumerableLineExtensionMethods

Show file Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
AreAllCoplanar ( this passedLineList ) : bool

Returns true if all of the passed lines are in the same plane, false otherwise

AreAllParallel ( this passedLines ) : bool

checks to see whether every line is parallel

Method Details

AreAllCoplanar() public static method

Returns true if all of the passed lines are in the same plane, false otherwise
public static AreAllCoplanar ( this passedLineList ) : bool
passedLineList this
return bool

AreAllParallel() public static method

checks to see whether every line is parallel
public static AreAllParallel ( this passedLines ) : bool
passedLines this passed List of Lines
return bool