Home
last modified time | relevance | path

Searched refs:planeType (Results 1 – 12 of 12) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/cm/
H A DCollisionModel_load.cpp216 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 DCollisionModel_trace.cpp136 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 DCollisionModel_files.cpp66 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 DCollisionModel_debug.cpp296 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 DCollisionModel_contents.cpp399 while ( node->planeType != -1 ) { in PointNode()
400 if (p[node->planeType] > node->planeDist) { in PointNode()
H A DCollisionModel_local.h150 int planeType; // node axial plane type member
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DTranslationalJoint2DAspect.cpp41 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 DTranslationalJoint2DAspect.hpp57 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 Dhello_ar_application.cc869 …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 Dglgeometry.cpp814 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 Dglgeometry.h390 int planeType, float planeLoc,
/dports/misc/dartsim/dart-6.11.1/dart/gui/osg/
H A DGridVisual.cpp257 GridVisual::PlaneType planeType, in setVertices() argument
267 switch (planeType) in setVertices()