15 ::ll::TypedStorage<8, 24, ::std::vector<::glm::vec3>> mControlPoints;
16 ::ll::TypedStorage<8, 24, ::std::vector<::glm::vec3>> mVelocities;
17 ::ll::TypedStorage<8, 24, ::std::vector<float>> mSegStart;
18 ::ll::TypedStorage<1, 1, ::CameraSplineUtils::SplineType const> type;
25 virtual ::glm::vec3 eval(
float)
const ;
27 virtual ::glm::vec3 eval(
float t)
const ;
30 virtual ::CameraSplineUtils::SplineType getType()
const ;
37 MCAPI ::glm::vec3 $eval(
float t)
const;
39 MCFOLD ::CameraSplineUtils::SplineType $getType()
const;