Method | Description | |
---|---|---|
AreAllCoplanar ( this |
Returns true if all of the passed lines are in the same plane, false otherwise
|
|
AreAllParallel ( this |
checks to see whether every line is parallel
|
public static AreAllCoplanar ( this |
||
passedLineList | this |
|
return | bool |
public static AreAllParallel ( this |
||
passedLines | this |
passed List of Lines |
return | bool |