Home
last modified time | relevance | path

Searched defs:euler (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/biology/molden/molden5.8/
H A Deuler.f1 subroutine euler(px,py,pz,ipen) subroutine
11 common /eul/ ca,cb,sa,sb,ccab,scab,ssab,scba
12 common /plrat/ rat(3)
/dports/games/gtkradiant/GPL/GtkRadiant/libs/math/
H A Dmatrix.h746 inline Vector3 euler_radians_to_degrees(const Vector3& euler) in euler_radians_to_degrees()
756 inline Vector3 euler_degrees_to_radians(const Vector3& euler) in euler_degrees_to_radians()
859 inline Matrix4 matrix4_rotation_for_euler_xyz(const Vector3& euler) in matrix4_rotation_for_euler_xyz()
903 inline Matrix4 matrix4_rotation_for_euler_xyz_degrees(const Vector3& euler) in matrix4_rotation_for_euler_xyz_degrees()
917 inline Matrix4 matrix4_rotation_for_euler_yzx(const Vector3& euler) in matrix4_rotation_for_euler_yzx()
929 inline Matrix4 matrix4_rotation_for_euler_yzx_degrees(const Vector3& euler) in matrix4_rotation_for_euler_yzx_degrees()
935 inline Matrix4 matrix4_rotation_for_euler_xzy(const Vector3& euler) in matrix4_rotation_for_euler_xzy()
947 inline Matrix4 matrix4_rotation_for_euler_xzy_degrees(const Vector3& euler) in matrix4_rotation_for_euler_xzy_degrees()
958 inline Matrix4 matrix4_rotation_for_euler_yxz(const Vector3& euler) in matrix4_rotation_for_euler_yxz()
1022 inline Matrix4 matrix4_rotation_for_euler_zxy(const Vector3& euler) in matrix4_rotation_for_euler_zxy()
[all …]
/dports/games/netradiant/netradiant-20150621-src/libs/math/
H A Dmatrix.h665 inline Vector3 euler_radians_to_degrees( const Vector3& euler ){ in euler_radians_to_degrees()
674 inline Vector3 euler_degrees_to_radians( const Vector3& euler ){ in euler_degrees_to_radians()
767 inline Matrix4 matrix4_rotation_for_euler_xyz( const Vector3& euler ){ in matrix4_rotation_for_euler_xyz()
810 inline Matrix4 matrix4_rotation_for_euler_xyz_degrees( const Vector3& euler ){ in matrix4_rotation_for_euler_xyz_degrees()
822 inline Matrix4 matrix4_rotation_for_euler_yzx( const Vector3& euler ){ in matrix4_rotation_for_euler_yzx()
833 inline Matrix4 matrix4_rotation_for_euler_yzx_degrees( const Vector3& euler ){ in matrix4_rotation_for_euler_yzx_degrees()
838 inline Matrix4 matrix4_rotation_for_euler_xzy( const Vector3& euler ){ in matrix4_rotation_for_euler_xzy()
849 inline Matrix4 matrix4_rotation_for_euler_xzy_degrees( const Vector3& euler ){ in matrix4_rotation_for_euler_xzy_degrees()
859 inline Matrix4 matrix4_rotation_for_euler_yxz( const Vector3& euler ){ in matrix4_rotation_for_euler_yxz()
919 inline Matrix4 matrix4_rotation_for_euler_zxy( const Vector3& euler ){ in matrix4_rotation_for_euler_zxy()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/explicit/euler/
H A Deuler.c12 TS_Euler *euler = (TS_Euler*)ts->data; in TSStep_Euler() local
40 TS_Euler *euler = (TS_Euler*)ts->data; in TSSetUp_Euler() local
53 TS_Euler *euler = (TS_Euler*)ts->data; in TSReset_Euler() local
86 TS_Euler *euler = (TS_Euler*)ts->data; in TSInterpolate_Euler() local
116 TS_Euler *euler; in TSCreate_Euler() local
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathEuler.cpp164 setXYZTuple(Euler<T> &euler, const tuple &t) in setXYZTuple()
452 eulerConversionConstructor(const Euler<S> &euler) in eulerConversionConstructor()
462 eulerMakeNear(Euler<T> &euler, Euler<T> &target) in eulerMakeNear()
470 eulerSetOrder(Euler<T> &euler, typename IMATH_NAMESPACE::Eulerf::Order order) in eulerSetOrder()
487 extract1(Euler<T> &euler, const Matrix33<T> &m) in extract1()
495 extract2(Euler<T> &euler, const Matrix44<T> &m) in extract2()
503 extract3(Euler<T> &euler, const Quat<T> &q) in extract3()
511 toMatrix33(Euler<T> &euler) in toMatrix33()
519 toMatrix44(Euler<T> &euler) in toMatrix44()
527 toQuat(Euler<T> &euler) in toQuat()
[all …]
/dports/games/blackshadeselite/blackshadeselite/Source/
H A DQuaternions.h36 struct euler { struct
37 float x, y, z;
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-euler.c49 cogl_euler_init (CoglEuler *euler, in cogl_euler_init()
60 cogl_euler_init_from_matrix (CoglEuler *euler, in cogl_euler_init_from_matrix()
194 cogl_euler_free (CoglEuler *euler) in cogl_euler_free()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-euler.c49 cogl_euler_init (CoglEuler *euler, in cogl_euler_init()
60 cogl_euler_init_from_matrix (CoglEuler *euler, in cogl_euler_init_from_matrix()
194 cogl_euler_free (CoglEuler *euler) in cogl_euler_free()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/math/
H A Dmatrix.h805 inline Vector3 euler_radians_to_degrees (const Vector3& euler) in euler_radians_to_degrees()
812 inline Vector3 euler_degrees_to_radians (const Vector3& euler) in euler_degrees_to_radians()
895 inline Matrix4 matrix4_rotation_for_euler_xyz (const Vector3& euler) in matrix4_rotation_for_euler_xyz()
925 inline Matrix4 matrix4_rotation_for_euler_xyz_degrees (const Vector3& euler) in matrix4_rotation_for_euler_xyz_degrees()
938 inline Matrix4 matrix4_rotation_for_euler_yzx (const Vector3& euler) in matrix4_rotation_for_euler_yzx()
945 inline Matrix4 matrix4_rotation_for_euler_yzx_degrees (const Vector3& euler) in matrix4_rotation_for_euler_yzx_degrees()
951 inline Matrix4 matrix4_rotation_for_euler_xzy (const Vector3& euler) in matrix4_rotation_for_euler_xzy()
969 inline Matrix4 matrix4_rotation_for_euler_yxz (const Vector3& euler) in matrix4_rotation_for_euler_yxz()
1019 inline Matrix4 matrix4_rotation_for_euler_zxy (const Vector3& euler) in matrix4_rotation_for_euler_zxy()
1074 inline Matrix4 matrix4_rotation_for_euler_zyx (const Vector3& euler) in matrix4_rotation_for_euler_zyx()
[all …]
/dports/math/py-gym/gym-0.21.0/gym/envs/robotics/
H A Drotations.py111 def euler2mat(euler): argument
135 def euler2quat(euler): argument
309 def euler2point_euler(euler): argument
319 def point_euler2euler(euler): argument
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/tests/
H A Dabc_matrix_test.cc17 float euler[3] = {0.f, M_PI_4, 0.f}; in TEST() local
44 float euler[3] = {0.f, 0.f, M_PI_4}; in TEST() local
72 float euler[3] = {0.17453292012214f, 0.34906581044197f, 0.52359879016876f}; in TEST() local
112 float euler[3] = {0.1745329201221466f, 0.3490658104419708f, 0.5235987901687622f}; in TEST() local
/dports/science/jdftx/jdftx-1.6.0/jdftx/fluid/
H A DEuler.h45 inline void getEulerAxis(const vector3<>& newZ, vector3<>& euler) in getEulerAxis()
56 inline matrix3<> matrixFromEuler(const vector3<>& euler) in matrixFromEuler()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/fluid/
H A DEuler.h45 inline void getEulerAxis(const vector3<>& newZ, vector3<>& euler) in getEulerAxis()
56 inline matrix3<> matrixFromEuler(const vector3<>& euler) in matrixFromEuler()
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Deuler.m56 function r = euler (varargin) function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/fields/
H A Dfp2.hpp40 static bigint<2*n> euler; // (modulus^2-1)/2 member in libff::Fp2_model
95 bigint<2*n> Fp2_model<n, modulus>::euler; member in libff::Fp2_model<n, modulus>
H A Dfp3.hpp40 static bigint<3*n> euler; // (modulus^3-1)/2 member in libff::Fp3_model
94 bigint<3*n> Fp3_model<n, modulus>::euler; member in libff::Fp3_model<n, modulus>
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/odeint/stepper/
H A Deuler.hpp45 class euler class
75 euler( const algebra_type &algebra = algebra_type() ) : stepper_base_type( algebra ) in euler() function in boost::numeric::odeint::euler

12345678910>>...14