Tao.Ode SDK Documentation

Ode.dSpaceQuery Method 

Return 1 if the given geom is in the given space, or return 0 if it is not.

[Visual Basic]
Public Shared Function dSpaceQuery( _
   ByVal space As IntPtr, _
   ByVal geom As IntPtr _
) As Integer
[C#]
public static int dSpaceQuery(
   IntPtr space,
   IntPtr geom
);

Parameters

space
the space to query
geom
the geom to query

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace