Changelog
Get Started
Example Scenes
Agent Movement
Graph Generation
Deploying
Misc
Groups
Classes
A* Pathfinding Project
5.2.5
5.2.5
Action
Another action
Something else here
Separated link
Function
VectorMath
.
IsColinear
IsColinear
(
Vector2
a,
Vector2
b,
Vector2
c)
Returns if the points are colinear (lie on a straight line)
Public
Static
bool
IsColinear
(
Vector2
a
Vector2
b
Vector2
c
)
Returns if the points are colinear (lie on a straight line)
IsColinear
(
Vector3
a,
Vector3
b,
Vector3
c)
Returns if the points are colinear (lie on a straight line)
Public
Static
bool
IsColinear
(
Vector3
a
Vector3
b
Vector3
c
)
Returns if the points are colinear (lie on a straight line)