Searched refs:planeType (Results 1 – 12 of 12) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/cm/ |
H A D | CollisionModel_load.cpp | 216 if ( node->planeType == -1 ) { in RemovePolygonReferences_r() 354 if ( node->planeType != -1 ) { in FreeTree_r() 747 node->planeType = -1; in SetupTrmModelStructure() 1893 *planeType = type; in CM_FindSplitter() 1913 *planeType = type; in CM_FindSplitter() 2030 int planeType = 0; in R_CreateAxialBSPTree() local 2038 node->planeType = -1; in R_CreateAxialBSPTree() 2045 frontNode->planeType = -1; in R_CreateAxialBSPTree() 2050 backNode->planeType = -1; in R_CreateAxialBSPTree() 2060 node->planeType = planeType; in R_CreateAxialBSPTree() [all …]
|
H A D | CollisionModel_trace.cpp | 136 if ( node->planeType == -1 ) { in TraceThroughAxialBSPTree_r() 145 t1 = p1[node->planeType] - node->planeDist; in TraceThroughAxialBSPTree_r() 146 t2 = p2[node->planeType] - node->planeDist; in TraceThroughAxialBSPTree_r() 148 offset = tw->extents[node->planeType]; in TraceThroughAxialBSPTree_r()
|
H A D | CollisionModel_files.cpp | 66 fp->WriteFloatString( "\t( %d %f )\n", node->planeType, node->planeDist ); in WriteNodes() 67 if ( node->planeType != -1 ) { in WriteNodes() 93 if ( node->planeType != -1 ) { in CountPolygonMemory() 125 if ( node->planeType != -1 ) { in WritePolygons() 151 if ( node->planeType != -1 ) { in CountBrushMemory() 181 if ( node->planeType != -1 ) { in WriteBrushes() 381 node->planeType = src->ParseInt(); in ParseNodes() 384 if ( node->planeType != -1 ) { in ParseNodes()
|
H A D | CollisionModel_debug.cpp | 296 if ( node->planeType == -1 ) { in DrawNodePolygons() 299 if ( radius && viewOrigin[node->planeType] > node->planeDist + radius ) { in DrawNodePolygons() 301 } else if ( radius && viewOrigin[node->planeType] < node->planeDist - radius ) { in DrawNodePolygons()
|
H A D | CollisionModel_contents.cpp | 399 while ( node->planeType != -1 ) { in PointNode() 400 if (p[node->planeType] > node->planeDist) { in PointNode()
|
H A D | CollisionModel_local.h | 150 int planeType; // node axial plane type member
|
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/ |
H A D | TranslationalJoint2DAspect.cpp | 41 PlaneType planeType) in TranslationalJoint2DUniqueProperties() argument 43 switch (planeType) in TranslationalJoint2DUniqueProperties() 49 = planeType; // In case the PlaneType was supposed to be arbitrary in TranslationalJoint2DUniqueProperties()
|
H A D | TranslationalJoint2DAspect.hpp | 57 PlaneType planeType = PlaneType::XY);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
H A D | hello_ar_application.cc | 869 …void SetCameraAlignedHorizontal(glm::mat4& caMat, ArPlaneType planeType, const glm::vec3 hitLook, … in SetCameraAlignedHorizontal() argument 876 if (planeType == ArPlaneType::AR_PLANE_HORIZONTAL_DOWNWARD_FACING) { in SetCameraAlignedHorizontal() 908 ArPlaneType planeType = AR_PLANE_VERTICAL; in SetCameraAlignedMatrix() local 909 ArPlane_getType(ar_session_, pendingAnchor->GetContainingPlane(), &planeType); in SetCameraAlignedMatrix() 914 if (planeType == ArPlaneType::AR_PLANE_VERTICAL) { in SetCameraAlignedMatrix() 920 SetCameraAlignedHorizontal(caMat, planeType, hitLook, camAlignInfo); in SetCameraAlignedMatrix()
|
/dports/devel/kyra/grinliz/ |
H A D | glgeometry.cpp | 814 int planeType, float loc, in IntersectRayAAPlane() argument 818 GLASSERT( planeType >= 0 && planeType <= 2 ); in IntersectRayAAPlane() 822 float p = *( &point.x + planeType ); in IntersectRayAAPlane() 823 float d = *( &dir.x + planeType ); in IntersectRayAAPlane() 837 GLASSERT( Equal( *(&intersect->x + planeType), loc, 0.001f ) ); in IntersectRayAAPlane() 838 *(&intersect->x + planeType) = loc; in IntersectRayAAPlane()
|
H A D | glgeometry.h | 390 int planeType, float planeLoc,
|
/dports/misc/dartsim/dart-6.11.1/dart/gui/osg/ |
H A D | GridVisual.cpp | 257 GridVisual::PlaneType planeType, in setVertices() argument 267 switch (planeType) in setVertices()
|