Skip to content

Commit

Permalink
Add binding for OpenSim::analyze<Rotation>
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Oct 17, 2024
1 parent de97224 commit a11d3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bindings/simulation.i
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ OpenSim::ModelComponentSet<OpenSim::Controller>;
%template(analyze) OpenSim::analyze<double>;
%template(analyzeVec3) OpenSim::analyze<SimTK::Vec3>;
%template(analyzeSpatialVec) OpenSim::analyze<SimTK::SpatialVec>;
%template(analyzeRotation) OpenSim::analyze<SimTK::Rotation_<double>>;

%include <OpenSim/Simulation/VisualizerUtilities.h>

Expand Down

0 comments on commit a11d3e5

Please sign in to comment.