Boolean IVector3D.IsColinearTo(IVector3D other, Double precision)
Gets a value indicating whether the current vector is colinear to the given one, using the given precision.
Examples
Parameters
-
other
The other vector.
-
precision
Type: Double
The algorithm precision.
Return Value
Type: Boolean
Returns true if the vectors are colinear; false otherwise.