33 INLINE
void OdeContact::
35 _contact.surface = *(surface_parameters.get_surface_parameters_ptr());
38 INLINE
void OdeContact::
40 _contact.geom = *(contact_geom.get_contact_geom_ptr());
43 INLINE
void OdeContact::
45 _contact.fdir1[0] = fdir1[0];
46 _contact.fdir1[1] = fdir1[1];
47 _contact.fdir1[2] = fdir1[2];
This is the base class for all three-component vectors and points.