Home
last modified time | relevance | path

Searched defs:Distort (Results 1 – 5 of 5) sorted by relevance

/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dwcs.h40 struct Distort { struct
41 int a_order; /* max power for the 1st dimension */
42 double a[DISTMAX][DISTMAX]; /* coefficient array of 1st dimension */
43 int b_order; /* max power for 1st dimension */
44 double b[DISTMAX][DISTMAX]; /* coefficient array of 2nd dimension */
45 int ap_order; /* max power for the 1st dimension */
46 double ap[DISTMAX][DISTMAX]; /* coefficient array of 1st dimension */
47 int bp_order; /* max power for 1st dimension */
48 double bp[DISTMAX][DISTMAX]; /* coefficient array of 2nd dimension */
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Dselection.h45 enum class AdjustmentMode { Scale, Rotate, Distort }; enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xoutdev/
H A D_xpoly.cxx766 void XPolygon::Distort(const tools::Rectangle& rRefRect, in Distort() function in XPolygon
928 void XPolyPolygon::Distort(const tools::Rectangle& rRefRect, in Distort() function in XPolyPolygon
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xoutdev/
H A D_xpoly.cxx771 void XPolygon::Distort(const tools::Rectangle& rRefRect, in Distort() function in XPolygon
933 void XPolyPolygon::Distort(const tools::Rectangle& rRefRect, in Distort() function in XPolyPolygon
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/FEMesh/
H A DFEMesh.cpp6247 void FEMesh3D::Distort(int independent_coord, int deformed_coord, TArray<MathFunction*> final_shape… in Distort() function in FEMesh3D