/// <summary> /// Returns rotation along spline at set distance along the <see cref = "Bezier3DSpline"/>. Uses approximation. /// </summary> public Quaternion GetRotationFast(float splineDistance) { return(_splineData.GetRotationFast(splineDistance, transform)); }