C# Класс GeometryClassLibrary.IEnumerableLineExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AreAllCoplanar() публичный статический Метод

Returns true if all of the passed lines are in the same plane, false otherwise
public static AreAllCoplanar ( this passedLineList ) : bool
passedLineList this
Результат bool

AreAllParallel() публичный статический Метод

checks to see whether every line is parallel
public static AreAllParallel ( this passedLines ) : bool
passedLines this passed List of Lines
Результат bool