/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/src/ |
H A D | Scene.cpp | 73 Vector3& spherePoint) const { in mapMouseCoordinatesToSphere() 83 spherePoint.x = sinx; in mapMouseCoordinatesToSphere() 84 spherePoint.y = siny; in mapMouseCoordinatesToSphere() 85 spherePoint.z = (sinx2siny2 < 1.0f) ? std::sqrt(1.0f - sinx2siny2) : 0.0f; in mapMouseCoordinatesToSphere()
|
H A D | Scene.h | 161 openglframework::Vector3& spherePoint) const;
|
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/ |
H A D | lodspheremesh.cpp | 122 static Point3f spherePoint(int theta, int phi) in spherePoint() function 545 Point3f p0 = spherePoint(theta0, phi0); in renderPatches() 546 Point3f p1 = spherePoint(theta0 + thetaExtent, phi0); in renderPatches() 547 Point3f p2 = spherePoint(theta0 + thetaExtent, in renderPatches() 549 Point3f p3 = spherePoint(theta0, phi0 + phiExtent); in renderPatches() 584 Point3f patchCenter = spherePoint(theta0 + thetaExtent / 2, in renderPatches()
|
/dports/astro/celestia/celestia-1.6.1/src/celengine/ |
H A D | lodspheremesh.cpp | 122 static Point3f spherePoint(int theta, int phi) in spherePoint() function 545 Point3f p0 = spherePoint(theta0, phi0); in renderPatches() 546 Point3f p1 = spherePoint(theta0 + thetaExtent, phi0); in renderPatches() 547 Point3f p2 = spherePoint(theta0 + thetaExtent, in renderPatches() 549 Point3f p3 = spherePoint(theta0, phi0 + phiExtent); in renderPatches() 584 Point3f patchCenter = spherePoint(theta0 + thetaExtent / 2, in renderPatches()
|
/dports/games/burrtools/burrtools-0.6.3/src/gui/ |
H A D | arcball.cpp | 352 void method2_c::spherePoint(float px, float py, float v[3]) in spherePoint() function in method2_c 404 spherePoint(last_x, last_y, v1); in drag() 405 spherePoint(x, y, v2); in drag()
|
H A D | arcball.h | 124 void spherePoint(float px, float py, float v[3]);
|
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelkit/ |
H A D | ModelKitPopup.java | 175 private P3 centerPoint, spherePoint, viewOffset; field in ModelKitPopup 212 centerPoint = spherePoint = null; in initializeForModel() 628 spherePoint = (P3) value; in setProperty() 629 atomIndexSphere = (spherePoint instanceof Atom in setProperty() 630 ? ((Atom) spherePoint).i in setProperty() 633 return spherePoint; in setProperty()
|
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/ |
H A D | FXGLViewer.h | 155 FXVec3f spherePoint(FXint px,FXint py);
|
/dports/x11-toolkits/fox14/fox-1.4.35/include/ |
H A D | FXGLViewer.h | 155 FXVec3f spherePoint(FXint px,FXint py);
|
/dports/x11-toolkits/fox16/fox-1.6.57/include/ |
H A D | FXGLViewer.h | 155 FXVec3f spherePoint(FXint px,FXint py);
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/ |
H A D | FXGLViewer.h | 156 FXVec3f spherePoint(FXint px,FXint py);
|
/dports/x11-toolkits/fox17/fox-1.7.77/include/ |
H A D | FXGLViewer.h | 156 FXVec3f spherePoint(FXint px,FXint py);
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/ |
H A D | FXGLViewer.cpp | 1216 FXVec3f FXGLViewer::spherePoint(FXint px,FXint py){ in spherePoint() function in FX::FXGLViewer 1244 return FXQuatf(spherePoint(fx,fy),spherePoint(tx,ty)); in turn()
|
/dports/x11-toolkits/fox16/fox-1.6.57/src/ |
H A D | FXGLViewer.cpp | 1216 FXVec3f FXGLViewer::spherePoint(FXint px,FXint py){ in spherePoint() function in FX::FXGLViewer 1244 return FXQuatf(spherePoint(fx,fy),spherePoint(tx,ty)); in turn()
|
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/ |
H A D | FXGLViewer.cpp | 1216 FXVec3f FXGLViewer::spherePoint(FXint px,FXint py){ in spherePoint() function in FX::FXGLViewer 1244 return FXQuatf(spherePoint(fx,fy),spherePoint(tx,ty)); in turn()
|
/dports/x11-toolkits/fox14/fox-1.4.35/src/ |
H A D | FXGLViewer.cpp | 1216 FXVec3f FXGLViewer::spherePoint(FXint px,FXint py){ in spherePoint() function in FX::FXGLViewer 1244 return arc(spherePoint(fx,fy),spherePoint(tx,ty)); in turn()
|
/dports/x11-toolkits/fox17/fox-1.7.77/lib/ |
H A D | FXGLViewer.cpp | 1217 FXVec3f FXGLViewer::spherePoint(FXint px,FXint py){ in spherePoint() function in FX::FXGLViewer 1245 return FXQuatf(spherePoint(fx,fy),spherePoint(tx,ty)); in turn()
|