util/paths library
Constants
- STRAIGHT_PATH_THRESHOLD → const double
Functions
-
clockwisePath(
) → PathFunc -
counterclockwisePath(
) → PathFunc -
pathAlongArc(
double angle, {Vector3 axis = OUT}) → PathFunc -
straightPath(
List< Vector3> a, List<Vector3> b, double alpha) → List<Vector3>