Enumeration ParallelIndicator

+1 = both vectors are parallel. 0 = vectors are not parallel or at least one of the vectors is zero. -1 = vectors are anti-parallel.

Enumeration Members

Enumeration Members

AntiParallel: -1
NotParallel: 0
Parallel: 1

Generated using TypeDoc