Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
Loading...
Searching...
No Matches
PhysicalComponent.hpp File Reference

Intermediate class for components with physical body attachment. More...

#include "icarus/core/Component.hpp"
#include "janus/math/Quaternion.hpp"
#include <cmath>
Include dependency graph for PhysicalComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  icarus::PhysicalComponent< Scalar >
 Intermediate class for components with physical body attachment. More...

Namespaces

namespace  icarus

Detailed Description

Intermediate class for components with physical body attachment.

Part of Phase 9A: PhysicalComponent Class Implementation. Components that have a physical presence on a vehicle (mass sources, force sources, sensors, actuators) should inherit from this class.