Home
last modified time | relevance | path

Searched defs:rotZ (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DCamera.cpp103 MatrixFP rotX,rotY,rotZ,tm; in getMatrix() local
170 MatrixFP rotX,rotY,rotZ,tm; in getMatrixInverse() local
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DcurveToMesh.m99 rotZ = createRotationOz(phi); variable
H A DellipsoidMesh.m106 rotZ = createRotationOz(ellPhi); variable
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DdrawCuboid.m102 rotZ = createRotationOz(phi); variable
H A DdrawEllipsoid.m149 rotZ = createRotationOz(ellPhi); variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/3ds/
H A Dcamera3d.cpp93 Math::Matrix4 rotZ; in getViewMatrix() local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/math/test/
H A DAffineMatrix.cpp151 AffineMatrix rotZ = AffineMatrix::rotateZ(0.5_f); variable
/dports/graphics/povray37/povray-3.7.0.10/source/backend/pattern/
H A Dpattern.cpp2628 DBL rotZ = z*COS36 - x*SIN36; in tiling_penrose_halfdart() local
2712 DBL rotZ = z*COS36 - x*SIN36; in tiling_penrose() local
2784 DBL rotZ = z; in tiling_penrose1_pentagon1() local
2790 DBL rotZ = z*COS36 - x*SIN36; in tiling_penrose1_pentagon1() local
2813 DBL rotZ = z; in tiling_penrose1_pentagon2() local
2819 DBL rotZ = z; in tiling_penrose1_pentagon2() local
2832 DBL rotZ = z; in tiling_penrose1_pentagon2() local
2860 DBL rotZ = z; in tiling_penrose1_pentagon3() local
2903 DBL rotZ = z; in tiling_penrose1_star() local
2924 DBL rotZ = z; in tiling_penrose1_boat() local
[all …]
/dports/games/residualvm/residualvm-0.3.1/math/
H A Drotation3d.h210 void Rotation3D<T>::buildAroundZ(const Angle &rotZ) { in buildAroundZ()
/dports/games/scummvm/scummvm-2.5.1/math/
H A Drotation3d.h210 void Rotation3D<T>::buildAroundZ(const Angle &rotZ) { in buildAroundZ()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpattern.cpp3082 DBL rotZ = z*rotCos - x*rotSin; in tiling_penrose() local
3104 DBL rotZ = z*COS36 - x*SIN36; in tiling_penrose() local
3147 DBL rotZ = z*rotCos - x*rotSin; in tiling_penrose1_pentagon_symmetry() local
3176 DBL rotZ = z; in tiling_penrose1_pentagon1() local
3205 DBL rotZ = z; in tiling_penrose1_pentagon2() local
3211 DBL rotZ = z; in tiling_penrose1_pentagon2() local
3224 DBL rotZ = z; in tiling_penrose1_pentagon2() local
3252 DBL rotZ = z; in tiling_penrose1_pentagon3() local
3294 DBL rotZ = z; in tiling_penrose1_star() local
3315 DBL rotZ = z; in tiling_penrose1_boat() local
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DaffineTransformation.cpp41 double rotZ[9] = {ca, -sa, 0., sa, ca, 0., 0, 0, 1.}; in computeAffineTransformation() local
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastMultiVolumeOverlapping.cxx129 const double rotZ = timesAngle[2] * DeltaAngle; in Execute() local
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastMultiVolumeOverlapping.cxx130 const double rotZ = timesAngle[2] * DeltaAngle; in Execute() local
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/math/geometry/
H A DTransform3D.h203 double rotZ[4][4] = { { 0, 0, 0, 0 }, in rotate() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DWebKitCSSMatrix.cpp126 double rotZ; in Rotate() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DWebKitCSSMatrix.cpp188 double rotZ; in Rotate() local
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/shared/
H A Dmatrix.cpp154 void CMatrix::rotZ ( float hoek) in rotZ() function in CMatrix
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/Testing/Cxx/
H A DTestThinPlateSplineTransform.cxx57 double rotZ, double scaleX, double scaleY, double scaleZ, double transX, double transY, in SetTransform()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/test/
H A Dtest_boarddetection.cpp56 Mat rotZ(3, 1, CV_64FC1); in getSyntheticRT() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Ddommatrixreadonly.rs252 let rotZ = rotZ.unwrap_or(0.0); in rotate_self() localVariable
283 let rotZ = Angle::radians(f64::atan2(y, x)); in rotate_from_vector_self() localVariable
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A Dtokens.h316 const TfToken rotZ; member
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DEntityRenderer.cpp250 const Vec3f rotZ = rotation * Vec3f::PosZ; in renderAngles() local
/dports/games/spring/spring_98.0/rts/System/
H A DMatrix44f.cpp32 CMatrix44f::CMatrix44f(const float rotX, const float rotY, const float rotZ) in CMatrix44f()
/dports/games/sdb/sdb-1.0.2/src/
H A Dmd2.h110 … void setTransforms(float sc, float rotX, float rotY, float rotZ, float trX, float trY, float trZ) in setTransforms()

12