Locates input point within subdivision

C# | Visual Basic | Visual C++ |
public static Subdiv2DPointLocationType cvSubdiv2DLocate( IntPtr subdiv, MCvPoint2D32f pt, out IntPtr edge, ref IntPtr vertex )
Public Shared Function cvSubdiv2DLocate ( _ subdiv As IntPtr, _ pt As MCvPoint2D32f, _ <OutAttribute> ByRef edge As IntPtr, _ ByRef vertex As IntPtr _ ) As Subdiv2DPointLocationType
public: static Subdiv2DPointLocationType cvSubdiv2DLocate( IntPtr subdiv, MCvPoint2D32f pt, [OutAttribute] IntPtr% edge, IntPtr% vertex )

- subdiv (IntPtr)
- Plannar subdivision
- pt (MCvPoint2D32f)
- The point to locate
- edge ( IntPtr %)
- The output edge the point falls onto or right to
- vertex ( IntPtr %)
- Optional output vertex double pointer the input point coincides with

The type of location for the point