Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
Planar2Dof.hpp File Reference
#include <vulcan/core/VulcanTypes.hpp>
#include <janus/janus.hpp>
Include dependency graph for Planar2Dof.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vulcan
namespace  vulcan::dynamics

Functions

template<typename Scalar>
Vec2< Scalar > vulcan::dynamics::planar_acceleration (const Scalar &force_x, const Scalar &force_y, const Scalar &mass)
template<typename Scalar>
Vec2< Scalar > vulcan::dynamics::planar_acceleration (const Vec2< Scalar > &force, const Scalar &mass)
template<typename Scalar>
Vec2< Scalar > vulcan::dynamics::planar_acceleration_gravity (const Scalar &force_x, const Scalar &force_y, const Scalar &mass, const Scalar &gravity)