C# Class Tao.Ode.Ode.dContact

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
fdir1 dVector3
geom dContactGeom
surface dSurfaceParameters

Public Methods

Method Description
dContact ( dSurfaceParameters _surface, dContactGeom _geom, dVector3 _fdir1 ) : System

Method Details

dContact() public method

public dContact ( dSurfaceParameters _surface, dContactGeom _geom, dVector3 _fdir1 ) : System
_surface dSurfaceParameters
_geom dContactGeom
_fdir1 dVector3
return System

Property Details

fdir1 public_oe property

public dVector3 fdir1
return dVector3

geom public_oe property

public dContactGeom geom
return dContactGeom

surface public_oe property

public dSurfaceParameters surface
return dSurfaceParameters