Home
last modified time | relevance | path

Searched defs:get_xyz (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/
H A Dwhite_point.rs23 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T>; in get_xyz() method
34 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
45 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
56 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
67 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
78 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
89 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
100 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
111 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
121 fn get_xyz<Wp: WhitePoint, T: Component + Float>() -> Xyz<Wp, T> { in get_xyz() method
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/elliptic_curves/include/LiDIA/
H A Dpoint_bigint.h131 void get_xyz(bigint& xx, bigint& yy, bigint& zz) const in get_xyz() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp263 inline void VerdictVector::get_xyz(double xyz[3]) in get_xyz() function in VerdictVector
269 inline void VerdictVector::get_xyz( double& xv, double& yv, double& zv ) in get_xyz() function in VerdictVector
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/verdict/
H A DVerdictVector.hpp262 inline void VerdictVector::get_xyz(double xyz[3]) in get_xyz() function in VerdictVector
268 inline void VerdictVector::get_xyz( double& xv, double& yv, double& zv ) in get_xyz() function in VerdictVector
/dports/math/vtk8/VTK-8.2.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp263 inline void VerdictVector::get_xyz(double xyz[3]) in get_xyz() function in VerdictVector
269 inline void VerdictVector::get_xyz( double& xv, double& yv, double& zv ) in get_xyz() function in VerdictVector
/dports/math/vtk6/VTK-6.2.0/ThirdParty/verdict/vtkverdict/
H A DVerdictVector.hpp263 inline void VerdictVector::get_xyz(double xyz[3]) in get_xyz() function in VerdictVector
269 inline void VerdictVector::get_xyz( double& xv, double& yv, double& zv ) in get_xyz() function in VerdictVector
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams.h43 void (*get_xyz)(s8 *x, s8 *y, s8 *z); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams.h43 void (*get_xyz)(s8 *x, s8 *y, s8 *z); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams.h43 void (*get_xyz)(s8 *x, s8 *y, s8 *z); member
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_abstract.h248 const std::vector<Point> & get_xyz() const in get_xyz() function
H A Dfe_map.h211 const std::vector<Point> & get_xyz() const in get_xyz() function
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_matrix.h400 void _matrix<T>::get_xyz(T& x, T& y, T& z) const { get_hpb(y, x, z); } in get_xyz() function
403 void _matrix<T>::get_xyz(_vector3<T>& v) const { get_hpb(v.y, v.x, v.z); } in get_xyz() function
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A Dgeometry.py104 def get_xyz(pnt): function
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Drepresentation.py1324 def get_xyz(self, xyz_axis=0): member in CartesianRepresentation