Home
last modified time | relevance | path

Searched refs:PlaneIntersection (Results 1 – 14 of 14) sorted by relevance

/dports/games/excido/excido-0.1.5c/src/
H A DQuad.h9 int PlaneIntersection(Vector p1,Vector p2);
H A DArena.cpp85 if(item->data.PlaneIntersection(p1,p2)){ in Collision()
107 if(item->data.PlaneIntersection(p1,p2)){ in CollisionNearest()
149 if(item->data.PlaneIntersection(p1,p2)){ in Collision()
H A DQuad.cpp39 int Quad::PlaneIntersection(Vector p1,Vector p2) in PlaneIntersection() function in Quad
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDPlane.h51 bool PlaneIntersection(DPlane* pl1, DPlane* pl2, vec3_t out);;
H A DDPlane.cpp75 bool DPlane::PlaneIntersection(DPlane *pl1, DPlane *pl2, vec3_t out) in PlaneIntersection() function in DPlane
H A DDBrush.cpp102 if((*p1)->PlaneIntersection(*p2, *p3, pnt)) in BuildPoints()
505 if(p->PlaneIntersection(p1, p2, v)) { in IntersectsWith()
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDPlane.h57 bool PlaneIntersection( DPlane* pl1, DPlane* pl2, vec3_t out );;
H A DDPlane.cpp74 bool DPlane::PlaneIntersection( DPlane *pl1, DPlane *pl2, vec3_t out ){ in PlaneIntersection() function in DPlane
H A DDBrush.cpp97 if ( ( *p1 )->PlaneIntersection( *p2, *p3, pnt ) ) { in BuildPoints()
507 if ( p->PlaneIntersection( p1, p2, v ) ) { in IntersectsWith()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DPlane.cpp128 bool idPlane::PlaneIntersection( const idPlane &plane, idVec3 &start, idVec3 &dir ) const { in PlaneIntersection() function in idPlane
H A DPlane.h120 bool PlaneIntersection( const idPlane &plane, idVec3 &start, idVec3 &dir ) const;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Dlinalg3d.h40 int PlaneIntersection(const Vector3D& pn1, const Vector3D& pp1,
H A Dlinalg3d.cpp73 int PlaneIntersection(const Vector3D& pn1, const Vector3D& pp1, in PlaneIntersection() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DSpecialConstraints.cpp2368 …int rv = PlaneIntersection(wheelaxis, wheelp, rolling_plane_normal, rolling_plane_point, linepoint… in WheelLocalContactPosition()
2409 …int rv = PlaneIntersection(wheelaxis, wheelp, rolling_plane_normal, rolling_plane_point, linepoint… in WheelLocalContactPositionD()