Tao.Ode SDK Documentation |
|
Ode.dGeomCylinderGetParams Method
Return in radius and length the parameters of the given cylinder.
[Visual Basic]
Public Shared Sub dGeomCylinderGetParams( _
ByVal
cylinder As
IntPtr, _
ByRef
radius As
Single, _
ByRef
length As
Single _
)
[C#]
public static
void dGeomCylinderGetParams(
IntPtr cylinder,
ref
float radius,
ref
float length);
Parameters
-
cylinder
- the cylinder to query
-
radius
- a reference to the dReal variable to hold the returned radius
-
length
- a reference to the dReal variable to hold the returned length
See Also
Ode Class | Tao.Ode Namespace