Ejemplo n.º 1
0
 public static extern IntPtr Nrt_QuadTree_create(NrtGeoBounds bounds);
Ejemplo n.º 2
0
 public static extern NrtResult Nrt_QuadTree_getIntersectingPoints([NativeTypeName("const NrtQuadTreeHandle")] IntPtr tree, NrtGeoBounds bounds, [NativeTypeName("NrtPointVectorHandle *")] IntPtr *outputResultVector);
Ejemplo n.º 3
0
 public static extern NrtBool Nrt_GeoBounds_notEqual(NrtGeoBounds lhs, NrtGeoBounds rhs);
Ejemplo n.º 4
0
 public static extern NrtResult Nrt_GeoBounds_intersectsWith(NrtGeoBounds first, NrtGeoBounds other, NrtBool *outputResult);
Ejemplo n.º 5
0
 public static extern NrtGeoVector2F Nrt_GeoBounds_getExtents(NrtGeoBounds bounds);
Ejemplo n.º 6
0
 public static extern NrtBool Nrt_GeoBounds_pointIsWithinBounds(NrtGeoBounds bounds, NrtGeoVector2F point);
Ejemplo n.º 7
0
 public static extern NrtGeoVector2F Nrt_GeoBounds_getCornerInWorldSpace(NrtGeoBounds bounds, [NativeTypeName("int32_t")] int index);