Home
last modified time | relevance | path

Searched refs:primarySphere (Results 1 – 3 of 3) sorted by relevance

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/examples/02_death_star/
H A DDeathStar.cpp72 SphericalDomain primarySphere(Vector(0._f), 1.e3_f); in setUp() local
78 SubtractDomain domain(primarySphere, subtractedSphere); in setUp()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Drender.cpp8937 Sphered primarySphere; in buildLabelLists() local
9030 primarySphere = Sphered(Point3d(v.x, v.y, v.z), in buildLabelLists()
9040 if (testIntersection(testRay, primarySphere, t)) in buildLabelLists()
9052 Vec3d primaryVec(primarySphere.center.x, in buildLabelLists()
9053 primarySphere.center.y, in buildLabelLists()
9054 primarySphere.center.z); in buildLabelLists()
9056 …ned primaryTangentPlane(primaryVec, primaryVec * (primaryVec * (1.0 - primarySphere.radius / distT… in buildLabelLists()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Drender.cpp8937 Sphered primarySphere; in buildLabelLists() local
9030 primarySphere = Sphered(Point3d(v.x, v.y, v.z), in buildLabelLists()
9040 if (testIntersection(testRay, primarySphere, t)) in buildLabelLists()
9052 Vec3d primaryVec(primarySphere.center.x, in buildLabelLists()
9053 primarySphere.center.y, in buildLabelLists()
9054 primarySphere.center.z); in buildLabelLists()
9056 …ned primaryTangentPlane(primaryVec, primaryVec * (primaryVec * (1.0 - primarySphere.radius / distT… in buildLabelLists()