Changelog
Get Started
Example Scenes
Agent Movement
Graph Generation
Deploying
Misc
Groups
Classes
A* Pathfinding Project
5.2.4
5.2.4
Action
Another action
Something else here
Separated link
Function
BezierMover
.
CatmullRomToBezier
CatmullRomToBezier
(
Vector3
p0,
Vector3
p1,
Vector3
p2,
Vector3
p3, out
Vector3
c0, out
Vector3
c1, out
Vector3
c2, out
Vector3
c3)
Converts a catmull-rom spline to bezier control points.
Private
Static
void
CatmullRomToBezier
(
Vector3
p0
Vector3
p1
Vector3
p2
Vector3
p3
out
Vector3
c0
out
Vector3
c1
out
Vector3
c2
out
Vector3
c3
)
Converts a catmull-rom spline to bezier control points.