A bevel or shim which provides a fixed rotation matrix between its parent and child.
More...
#include <bevel.h>
Inherits dsim_model.
|
|
| bevel (dsim_model_setup *setup) |
| | Constructor.
|
| |
|
void | initialization_complete () |
| | Finish initialization.
|
| |
|
void | initialize_data () |
| | Initialize outlets and output variables.
|
| |
|
void | pre_calculate () |
| | Computation done prior to numerical integration.
|
| |
|
|
dsim_variable | parent_quaternion_dsim |
| | Parent quaternion.
|
| |
|
dsim_variable | parent_position_dsim |
| | Parent position.
|
| |
|
dsim_variable | parent_velocity_dsim |
| | Parent velocity.
|
| |
|
dsim_variable | parent_body_rate_dsim |
| | Parent body rate.
|
| |
|
dsim_variable | parent_acceleration_dsim |
| | Parent acceleration.
|
| |
|
dsim_variable | parent_angularAcceleration_dsim |
| | Parent angular acceleration.
|
| |
|
dsim_variable | parent_centerOfMass_dsim |
| | Parent center of mass.
|
| |
|
dsim_variable | quaternion_bevel_dsim |
| | Quaternion for the bevel.
|
| |
|
dsim_variable | quaternion_dsim |
| | Quaternion after the bevel transformation.
|
| |
|
dsim_variable | position_dsim |
| | Bevel position.
|
| |
|
dsim_variable | velocity_dsim |
| | Bevel velocity.
|
| |
|
dsim_variable | rotational_velocity_dsim |
| | Bevel rotational velocity.
|
| |
|
dsim_variable | acceleration_dsim |
| | Bevel acceleration.
|
| |
|
dsim_variable | angular_acceleration_dsim |
| | Bevel angular accelerations.
|
| |
|
dsim_variable | center_mass_dsim |
| | Bevel center of mass.
|
| |
|
dsim_variable | bodyRate_dsim |
| | Bevel body rate.
|
| |
A bevel or shim which provides a fixed rotation matrix between its parent and child.
This provides a fixed transformation between two objects. It passes all parent dynamical quantities to its children.
The documentation for this class was generated from the following files: