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