IsColinearTo(IVector3D, double)

Gets a value indicating whether the current vector is colinear to the given one, using the given precision.

Declaration Syntax

public bool IsColinearTo(IVector3D other, double precision)

Parameters

other(IVector3D)

The other vector.

precision(double)

The algorithm precision.