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
.
IsColinearXZ
IsColinearXZ
(
Int3
a,
Int3
b,
Int3
c)
Returns if the points are colinear (lie on a straight line)
Public
Static
bool
IsColinearXZ
(
Int3
a
Int3
b
Int3
c
)
Returns if the points are colinear (lie on a straight line)
IsColinearXZ
(
Vector3
a,
Vector3
b,
Vector3
c)
Returns if the points are colinear (lie on a straight line)
Public
Static
bool
IsColinearXZ
(
Vector3
a
Vector3
b
Vector3
c
)
Returns if the points are colinear (lie on a straight line)