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.

Parameters

  • other
    Type: IVector3D
    The other vector.
  • precision
    Type: Double
    The algorithm precision.

Return Value

Type: Boolean
Returns true if the vectors are colinear; false otherwise.