Constant turning speed.
More...
Constant turning speed.
- A* Pro Feature:
- This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here
|
| override void | GetPath (Turn turn, List< Vector3 > output) |
| |
| override void | Prepare (int i, Vector3[] vectorPath) |
| |
| override void | TangentToTangent (List< Turn > turnList) |
| |
| void | AddCircleSegment (double startAngle, double endAngle, bool clockwise, Vector3 center, List< Vector3 > output, float radius) |
| |
| Vector3 | AngleToVector (double a) |
| |
| double | Atan2 (Vector3 v) |
| |
| double | ClampAngle (double a) |
| |
| double | ClockwiseAngle (double from, double to) |
| | Returns the angle between from and to in a clockwise direction.
|
| |
| double | CounterClockwiseAngle (double from, double to) |
| | Returns the angle between from and to in a counter-clockwise direction.
|
| |
| void | DebugCircle (Vector3 center, double radius, Color color) |
| |
| void | DebugCircleSegment (Vector3 center, double startAngle, double endAngle, double radius, Color color) |
| |
| double | GetLengthFromAngle (double angle, double radius) |
| | Returns the length of an circular arc with a radius and angle.
|
| |
| virtual void | OnTangentUpdate () |
| |
| virtual void | PointToTangent (List< Turn > turnList) |
| |
| virtual void | TangentToPoint (List< Turn > turnList) |
| |
| double | ToDegrees (double rad) |
| |
| override void GetPath |
( |
Turn |
turn, |
|
|
List< Vector3 > |
output |
|
) |
| |
|
virtual |
| override void Prepare |
( |
int |
i, |
|
|
Vector3[] |
vectorPath |
|
) |
| |
|
virtual |
| override void TangentToTangent |
( |
List< Turn > |
turnList | ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Modifiers/AdvancedSmooth.cs