Tao.Ode SDK Documentation

Ode.dGeomPlaneSetParams Method 

Set the parameters of the given plane.

[Visual Basic]
Public Shared Sub dGeomPlaneSetParams( _
   ByVal plane As IntPtr, _
   ByVal a As Single, _
   ByVal b As Single, _
   ByVal c As Single, _
   ByVal d As Single _
)
[C#]
public static void dGeomPlaneSetParams(
   IntPtr plane,
   float a,
   float b,
   float c,
   float d
);

Parameters

plane
the plane to set
a
the a parameter to set
b
the b parameter to set
c
the c parameter to set
d
the d parameter to set

See Also

Ode Class | Tao.Ode Namespace