Home
last modified time | relevance | path

Searched refs:hull (Results 1 – 23 of 23) sorted by relevance

/external/quake/quake/src/QW/client/
Dpmovetst.c93 int PM_HullPointContents (hull_t *hull, int num, vec3_t p) in PM_HullPointContents() argument
101 if (num < hull->firstclipnode || num > hull->lastclipnode) in PM_HullPointContents()
104 node = hull->clipnodes + num; in PM_HullPointContents()
105 plane = hull->planes + node->planenum; in PM_HullPointContents()
131 hull_t *hull; in PM_PointContents() local
134 hull = &pmove.physents[0].model->hulls[0]; in PM_PointContents()
136 num = hull->firstclipnode; in PM_PointContents()
140 if (num < hull->firstclipnode || num > hull->lastclipnode) in PM_PointContents()
143 node = hull->clipnodes + num; in PM_PointContents()
144 plane = hull->planes + node->planenum; in PM_PointContents()
[all …]
Dgl_model.c960 hull_t *hull; in Mod_LoadClipnodes() local
971 hull = &loadmodel->hulls[1]; in Mod_LoadClipnodes()
972 hull->clipnodes = out; in Mod_LoadClipnodes()
973 hull->firstclipnode = 0; in Mod_LoadClipnodes()
974 hull->lastclipnode = count-1; in Mod_LoadClipnodes()
975 hull->planes = loadmodel->planes; in Mod_LoadClipnodes()
976 hull->clip_mins[0] = -16; in Mod_LoadClipnodes()
977 hull->clip_mins[1] = -16; in Mod_LoadClipnodes()
978 hull->clip_mins[2] = -24; in Mod_LoadClipnodes()
979 hull->clip_maxs[0] = 16; in Mod_LoadClipnodes()
[all …]
Dmodel.c930 hull_t *hull; in Mod_LoadClipnodes() local
941 hull = &loadmodel->hulls[1]; in Mod_LoadClipnodes()
942 hull->clipnodes = out; in Mod_LoadClipnodes()
943 hull->firstclipnode = 0; in Mod_LoadClipnodes()
944 hull->lastclipnode = count-1; in Mod_LoadClipnodes()
945 hull->planes = loadmodel->planes; in Mod_LoadClipnodes()
946 hull->clip_mins[0] = -16; in Mod_LoadClipnodes()
947 hull->clip_mins[1] = -16; in Mod_LoadClipnodes()
948 hull->clip_mins[2] = -24; in Mod_LoadClipnodes()
949 hull->clip_maxs[0] = 16; in Mod_LoadClipnodes()
[all …]
Dpmove.h97 int PM_HullPointContents (hull_t *hull, int num, vec3_t p);
/external/quake/quake/src/QW/server/
Dworld.c45 int SV_HullPointContents (hull_t *hull, int num, vec3_t p);
134 hull_t *hull; in SV_HullForEntity() local
149 hull = &model->hulls[0]; in SV_HullForEntity()
151 hull = &model->hulls[1]; in SV_HullForEntity()
153 hull = &model->hulls[2]; in SV_HullForEntity()
156 VectorSubtract (hull->clip_mins, mins, offset); in SV_HullForEntity()
164 hull = SV_HullForBox (hullmins, hullmaxs); in SV_HullForEntity()
170 return hull; in SV_HullForEntity()
453 int SV_HullPointContents (hull_t *hull, int num, vec3_t p) in SV_HullPointContents() argument
461 if (num < hull->firstclipnode || num > hull->lastclipnode) in SV_HullPointContents()
[all …]
Dmodel.c867 hull_t *hull; in Mod_LoadClipnodes() local
878 hull = &loadmodel->hulls[1]; in Mod_LoadClipnodes()
879 hull->clipnodes = out; in Mod_LoadClipnodes()
880 hull->firstclipnode = 0; in Mod_LoadClipnodes()
881 hull->lastclipnode = count-1; in Mod_LoadClipnodes()
882 hull->planes = loadmodel->planes; in Mod_LoadClipnodes()
883 hull->clip_mins[0] = -16; in Mod_LoadClipnodes()
884 hull->clip_mins[1] = -16; in Mod_LoadClipnodes()
885 hull->clip_mins[2] = -24; in Mod_LoadClipnodes()
886 hull->clip_maxs[0] = 16; in Mod_LoadClipnodes()
[all …]
Dworlda.s22 #define hull 4+8 // because only partially pushed macro
39 movl hull(%esp),%ebx
/external/quake/quake/src/WinQuake/
Dworld.cpp45 int SV_HullPointContents (hull_t *hull, int num, vec3_t p);
134 hull_t *hull; in SV_HullForEntity() local
149 hull = &model->hulls[0]; in SV_HullForEntity()
151 hull = &model->hulls[1]; in SV_HullForEntity()
153 hull = &model->hulls[2]; in SV_HullForEntity()
156 VectorSubtract (hull->clip_mins, mins, offset); in SV_HullForEntity()
164 hull = SV_HullForBox (hullmins, hullmaxs); in SV_HullForEntity()
170 return hull; in SV_HullForEntity()
491 int SV_HullPointContents (hull_t *hull, int num, vec3_t p) in SV_HullPointContents() argument
499 if (num < hull->firstclipnode || num > hull->lastclipnode) in SV_HullPointContents()
[all …]
Dgl_model.cpp951 hull_t *hull; in Mod_LoadClipnodes() local
962 hull = &loadmodel->hulls[1]; in Mod_LoadClipnodes()
963 hull->clipnodes = out; in Mod_LoadClipnodes()
964 hull->firstclipnode = 0; in Mod_LoadClipnodes()
965 hull->lastclipnode = count-1; in Mod_LoadClipnodes()
966 hull->planes = loadmodel->planes; in Mod_LoadClipnodes()
967 hull->clip_mins[0] = -16; in Mod_LoadClipnodes()
968 hull->clip_mins[1] = -16; in Mod_LoadClipnodes()
969 hull->clip_mins[2] = -24; in Mod_LoadClipnodes()
970 hull->clip_maxs[0] = 16; in Mod_LoadClipnodes()
[all …]
Dmodel.cpp948 hull_t *hull; in Mod_LoadClipnodes() local
959 hull = &loadmodel->hulls[1]; in Mod_LoadClipnodes()
960 hull->clipnodes = out; in Mod_LoadClipnodes()
961 hull->firstclipnode = 0; in Mod_LoadClipnodes()
962 hull->lastclipnode = count-1; in Mod_LoadClipnodes()
963 hull->planes = loadmodel->planes; in Mod_LoadClipnodes()
964 hull->clip_mins[0] = -16; in Mod_LoadClipnodes()
965 hull->clip_mins[1] = -16; in Mod_LoadClipnodes()
966 hull->clip_mins[2] = -24; in Mod_LoadClipnodes()
967 hull->clip_maxs[0] = 16; in Mod_LoadClipnodes()
[all …]
Dworlda.s42 #define hull 4+8 // because only partially pushed macro
59 movl hull(%esp),%ebx
Dquakedef.h346 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, …
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_util_DebugShapeFactory.cpp104 btShapeHull* hull = new btShapeHull(convexShape); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices() local
106 hull->buildHull(margin); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
107 convexShape->setUserPointer(hull); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
110 btShapeHull* hull = (btShapeHull*) convexShape->getUserPointer(); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices() local
112 int numberOfTriangles = hull->numTriangles(); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
117 const unsigned int* hullIndices = hull->getIndexPointer(); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
118 const btVector3* hullVertices = hull->getVertexPointer(); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
145 delete hull; in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices()
/external/opencv/cv/src/
Dcvconvhull.cpp231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local
238 hull.s = 0; in cvConvexHull2()
496 hull.s = hullseq; in cvConvexHull2()
497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
510 return hull.s; in cvConvexHull2()
536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local
561 if( CV_IS_SEQ( hull )) in cvConvexityDefects()
563 int hulltype = CV_SEQ_ELTYPE( hull ); in cvConvexityDefects()
569 storage = hull->storage; in cvConvexityDefects()
573 CvMat* mat = (CvMat*)hull; in cvConvexityDefects()
[all …]
Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local
1086 double hull_area = fabs(cvContourArea(hull, CV_WHOLE_SEQ)); in icvCleanFoundConnectedQuads()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DDebugShapeFactory.java162 ShapeHull hull = new ShapeHull(convexShape); in getVertices() local
164 hull.buildHull(margin); in getVertices()
165 convexShape.setUserPointer(hull); in getVertices()
170 ShapeHull hull = (ShapeHull) convexShape.getUserPointer(); in getVertices() local
173 assert hull.numTriangles() > 0 : "Expecting the Hull shape to have triangles"; in getVertices()
174 int numberOfTriangles = hull.numTriangles(); in getVertices()
184 final IntArrayList hullIndicies = hull.getIndexPointer(); in getVertices()
185 final List<Vector3f> hullVertices = hull.getVertexPointer(); in getVertices()
/external/opencv/cv/include/
Dcvcompat.h384 int orientation, int* hull, int* hullsize ) in cvConvexHull() argument
387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull ); in cvConvexHull()
399 orientation, hull, hullsize ) \ argument
400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
/external/chromium/net/base/
Dssl_false_start_blacklist.txt1459 hull.ac.uk
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf2884 N "hull" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok13967 hull hul
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en16653 http://student.hull.ac.uk/support/hull/dropping.html
16654 http://student.hull.ac.uk/support/scboro/dropping.html
48121 http://www.hull.ac.uk/05/news/dec/medical_trial.html
48122 http://www.hull.ac.uk/05/news/june/tutu.html
/external/jmonkeyengine/
DNOTICE13373 …his emiter shape emits the particles from the given shape's interior constrained by its convex hull
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3111801 * platform/cairo/cairo/src/cairo-hull.c: Removed.