Home
last modified time | relevance | path

Searched defs:rotmat (Results 1 – 25 of 133) sorted by relevance

123456

/dports/science/tinker/tinker/other/
H A Ddudek.f303 subroutine rotmat (i,a,z1t,z1b,z2t,z2b,xt,xb) subroutine
307 integer i,z1t,z1b,z2t,z2b,xt,xb
308 real*8 dx,dy,dz
309 real*8 r,dotxz,a(3,3)
310 real*8 z1i,z1j,z1k
311 real*8 z2i,z2j,z2k
312 real*8 xi,xj,xk
/dports/science/tinker/tinker/source/
H A Drotpole.f67 subroutine rotmat (i,a) subroutine
71 integer i,ii local
72 integer ix,iy,iz
73 real*8 r,dot
74 real*8 xi,yi,zi
75 real*8 dx,dy,dz
76 real*8 dx1,dy1,dz1
77 real*8 dx2,dy2,dz2
78 real*8 dx3,dy3,dz3
79 real*8 a(3,3)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsemi_empirical_int_utils.F1669 CHARACTER(len=*), PARAMETER :: routineN = 'rotmat', routineP = moduleN//':'//routineN argument
1671 INTEGER :: imap(3), k, l local
1672 LOGICAL :: dbg_inv, eval
1673 REAL(KIND=dp) :: b, c2a, c2b, ca, ca2, cb, cb2, check, &
1674 pt5sq3, r2i, s2a, s2b, sa, sb, sb2, &
1675 sqb, sqb2i, x11, x22, x33
1676 REAL(KIND=dp), DIMENSION(3) :: b_d, c2a_d, c2b_d, ca2_d, ca_d, cb2_d, &
1677 cb_d, r_d, s2a_d, s2b_d, sa_d, sb2_d, &
1678 sb_d, sqb_d, x11_d, x22_d, x33_d
1679 REAL(KIND=dp), DIMENSION(3, 3) :: p
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dsemi_empirical_int_utils.F1669 CHARACTER(len=*), PARAMETER :: routineN = 'rotmat', routineP = moduleN//':'//routineN argument
1671 INTEGER :: imap(3), k, l local
1672 LOGICAL :: dbg_inv, eval
1673 REAL(KIND=dp) :: b, c2a, c2b, ca, ca2, cb, cb2, check, &
1674 pt5sq3, r2i, s2a, s2b, sa, sb, sb2, &
1675 sqb, sqb2i, x11, x22, x33
1676 REAL(KIND=dp), DIMENSION(3) :: b_d, c2a_d, c2b_d, ca2_d, ca_d, cb2_d, &
1677 cb_d, r_d, s2a_d, s2b_d, sa_d, sb2_d, &
1678 sb_d, sqb_d, x11_d, x22_d, x33_d
1679 REAL(KIND=dp), DIMENSION(3, 3) :: p
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dtexture.cpp47 std::array<fix, 4> rotmat; in TexFlipX() local
65 std::array<fix, 4> rotmat; in TexFlipY() local
218 static uvl rotate_uv_point(const std::array<fix, 4> &rotmat, const uvl &uv, const uvl &uvcenter) in rotate_uv_point()
231 …que_segment &segp, const sidenum_fast_t sidenum, const std::array<fix, 4> &rotmat, const uvl &uvce… in rotate_uv_points_on_side()
261 const auto rotmat = create_2d_rotation_matrix(-F1_0/value); in DoTexRotateLeft() local
327 const auto rotmat = create_2d_rotation_matrix(F1_0/value); in DoTexRotateRight() local
358 const auto rotmat = create_2d_rotation_matrix(F1_0/4); in TexRotate90Degrees() local
H A Dgroup.cpp327 vms_matrix rotmat2,rotmat,rotmat3,rotmat4; in med_create_group_rotation_matrix() local
374 static void med_rotate_group(const vms_matrix &rotmat, group::segment_array_type_t &group_seglist, … in med_rotate_group()
639 …const auto rotmat = med_create_group_rotation_matrix(delta_flag, group_seg, group_side, base_seg, … in med_copy_group() local
784 …const auto rotmat = med_create_group_rotation_matrix(delta_flag, group_seg, group_side, base_seg, … in med_move_group() local
/dports/science/libefp/libefp-1.5.0/src/
H A Dutil.c91 efp_check_rotation_matrix(const mat_t *rotmat) in efp_check_rotation_matrix()
115 efp_points_to_matrix(const double *pts, mat_t *rotmat) in efp_points_to_matrix()
210 efp_move_pt(const vec_t *com, const mat_t *rotmat, in efp_move_pt()
220 efp_rotate_t2(const mat_t *rotmat, const double *in, double *out) in efp_rotate_t2()
235 efp_rotate_t3(const mat_t *rotmat, const double *in, double *out) in efp_rotate_t3()
/dports/graphics/colmap/colmap-3.6/scripts/matlab/
H A Dquat2rotmat.m34 rotmat = [1 - 2 * qvec(3).^2 - 2 * qvec(4).^2, ... variable
/dports/math/R-cran-psych/psych/R/
H A Dtarget.rot.R23 result <- list(loadings = z, rotmat = U,Phi = Phi) nameattr
H A DPromax.R29 result <- list(loadings = z, rotmat = U,Phi = Phi) nameattr
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/deprecated-simple/
H A Dcubicsuperpath.py44 rotmat = deprecate(paths.rotmat) variable
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dpcke03.c14 /* Subroutine */ int pcke03_(doublereal *et, doublereal *record, doublereal * in pcke03_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dpcke03.c14 /* Subroutine */ int pcke03_(doublereal *et, doublereal *record, doublereal * in pcke03_()
/dports/games/d2x/d2x-0.2.5/main/
H A Dcontrols.c79 vms_matrix rotmat,tempm; in read_flying_controls() local
H A Dslew.c86 vms_matrix rotmat,new_pm; in do_slew_movement() local
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR4.cpp312 void GetOrtho(const VectorR4& u, RotationMapR4& rotmat) in GetOrtho()
318 void GetOrtho(const VectorR4& u, const VectorR4& v, RotationMapR4& rotmat) in GetOrtho()
326 RotationMapR4& rotmat) in GetOrtho()
338 void GetOrtho(int j, RotationMapR4& rotmat) in GetOrtho()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR4.cpp312 void GetOrtho(const VectorR4& u, RotationMapR4& rotmat) in GetOrtho()
318 void GetOrtho(const VectorR4& u, const VectorR4& v, RotationMapR4& rotmat) in GetOrtho()
326 RotationMapR4& rotmat) in GetOrtho()
338 void GetOrtho(int j, RotationMapR4& rotmat) in GetOrtho()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DIntegrator.cpp102 float rotmat[9]; in calcNewInterval() local
184 float rotmat[9]; in calcNewInterval() local
/dports/science/py-scimath/scimath-4.2.0/scimath/mathematics/
H A Dquaternion.py43 def rotmat(q): function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/gen_struc/
H A DIogs_GeneratedMesh.h387 std::array<std::array<double, 3>, 3> rotmat; variable
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dcubicsuperpath.py34 def rotmat(teta): function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/generated/
H A DIogn_GeneratedMesh.h476 std::array<std::array<double, 3>, 3> rotmat; variable
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/map-object/
H A Dmap-object-apply.c27 gfloat rotmat[16]; variable
/dports/lang/yorick/yorick-y_2_2_04/hex/
H A Dtest.i120 func rotmat(axis, angle) in rotmat() function
/dports/games/d2x/d2x-0.2.5/main/editor/
H A Dsegment.c793 void med_extract_matrix_from_segment(segment *sp,vms_matrix *rotmat) in med_extract_matrix_from_segment()
834 void set_matrix_based_on_side(vms_matrix *rotmat,int destside) in set_matrix_based_on_side()
1091 vms_matrix rotmat,rotmat1,rotmat2,rotmat3,rotmat4; in med_attach_segment_rotated() local
1235 vms_matrix rotmat; in med_attach_segment() local
1445 int med_rotate_segment(segment *seg, vms_matrix *rotmat) in med_rotate_segment()
1501 vms_matrix rotmat; in med_rotate_segment_ang() local
2015 vms_matrix rotmat; in create_coordinate_axes_from_segment() local

123456