Home
last modified time | relevance | path

Searched defs:rotate_vector (Results 1 – 17 of 17) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Dquaternion.cpp173 void Quaternion::rotate_vector(float *in,float *out) in rotate_vector() function in Quaternion
184 void Quaternion::rotate_vector(Vector in,Vector &out) in rotate_vector() function in Quaternion
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Dquaternions.py305 def rotate_vector(v, q): function
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Dquaternions.py304 def rotate_vector(v, q): function
/dports/audio/din/din-52/src/
H A Dvector2d.h98 template <typename T> inline void rotate_vector (T& vx, T& vy, float angle) { in rotate_vector() function
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dvector.c151 void rotate_vector(void) in rotate_vector() function
/dports/science/cdo/cdo-2.0.0/src/lib/yac/
H A Dgeometry.h835 static inline void rotate_vector( in rotate_vector() function
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_text.c195 static void rotate_vector (double x, double y, double angle, in rotate_vector() function
/dports/misc/visp/visp-3.4.0/modules/robot/src/wireframe-simulator/
H A DvpArit.cpp453 void rotate_vector(Vector *vp, float a, Vector *axis) in rotate_vector() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/src/linear/
H A Dtransformation.rs142 fn rotate_vector(&self, pt: &E::Coordinates) -> E::Coordinates { in rotate_vector() method
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dalglib.c657 vector_t rotate_vector( quaternion_t q, vector_t v ) in rotate_vector() function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/
H A Dcovers.py395 def rotate_vector(angle, x, y): function
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_geom.c37 rotate_vector(double *vx, double *vy, double c, double s) in rotate_vector() function
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dbuffer2.c61 static void rotate_vector(double x, double y, double cosa, double sina, in rotate_vector() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillRectilinear.cpp2691 std::pair<float, Point> rotate_vector = this->_infill_direction(surface); in traverse_graph_generate_polylines() local
2845 std::pair<float, Point> rotate_vector = this->_infill_direction(surface); in traverse_graph_generate_polylines() local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dmathlib.F1152 PURE FUNCTION rotate_vector(a, phi, b) RESULT(a_rot) function
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dmathlib.F1152 PURE FUNCTION rotate_vector(a, phi, b) RESULT(a_rot) function
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-appearance.c136 static fz_point rotate_vector(float angle, float x, float y) in rotate_vector() function