PathFunc typedef

PathFunc = List<Vector3> Function(List<Vector3> a, List<Vector3> b, double alpha)

Implementation

typedef PathFunc = List<Vector3> Function(List<Vector3>, List<Vector3>, double);