Tao.Ode SDK Documentation
Ode.dContact Constructor
[Visual Basic]
Public Sub New( _
ByVal
_surface
As
dSurfaceParameters
, _
ByVal
_geom
As
dContactGeom
, _
ByVal
_fdir1
As
dVector3
_
)
[C#]
public Ode.dContact(
dSurfaceParameters
_surface
,
dContactGeom
_geom
,
dVector3
_fdir1
);
See Also
Ode.dContact Class
|
Tao.Ode Namespace