16 #ifndef SURGSIM_MATH_CARDINALSPLINES_H 17 #define SURGSIM_MATH_CARDINALSPLINES_H 21 #include "SurgSim/DataStructures/Vertices.h" 29 namespace CardinalSplines
38 std::vector<SurgSim::Math::Vector3d>* result);
49 void interpolate(
size_t subdivisions,
50 const std::vector<Math::Vector3d>& controlPoints,
51 std::vector<Math::Vector3d>* points,
58 #endif // SURGSIM_MATH_CARDINALSPLINES_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Definitions of small fixed-size vector types.
Base class for mesh structures, handling basic vertex functionality.
Definition: Vertices.h:51