Tao.Ode SDK Documentation
Ode.dCreatePlane Method
[Visual Basic]
Public Shared Function dCreatePlane( _
ByVal
space
As
IntPtr
, _
ByVal
a
As
Single
, _
ByVal
b
As
Single
, _
ByVal
c
As
Single
, _
ByVal
d
As
Single
_
) As
IntPtr
[C#]
public static
IntPtr
dCreatePlane(
IntPtr
space
,
float
a
,
float
b
,
float
c
,
float
d
);
See Also
Ode Class
|
Tao.Ode Namespace