Kaim::CircleArcSpline Class Reference
#include <circlearcspline.h>
The class representing a spline compounded of oriented circle arcs and straight line segments.
This is namely used to store a mid-term trajectory to drive a bot within a Channel in SplineTrajectory.
Vec2f Kaim::CircleArcSpline::ComputeEndTangent |
( |
| ) |
const |
|
inline |
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
Vec2f Kaim::CircleArcSpline::ComputeStartTangent |
( |
| ) |
const |
|
inline |
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
const Vec3f & Kaim::CircleArcSpline::GetEndPosition |
( |
| ) |
const |
|
inline |
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
KyUInt32 Kaim::CircleArcSpline::GetLastSectionIndex |
( |
| ) |
const |
|
inline |
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
const Vec3f & Kaim::CircleArcSpline::GetStartPosition |
( |
| ) |
const |
|
inline |
- Precondition
- First ensure CircleArcSpline is not empty before calling this function, it does not check it.
The documentation for this class was generated from the following files:
- gwnavruntime/pathfollower/circlearcspline.h
- gwnavruntime/pathfollower/circlearcspline.cpp