Home
last modified time | relevance | path

Searched refs:VShear (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A D_cy_affine.pxd21 Affine & operator*(VShear &)
79 VShear pow(VShear &, int)
170 cdef cppclass VShear:
171 VShear(VShear &)
172 VShear(Coord)
176 VShear &operator*(VShear)
178 bint operator==(VShear &)
179 bint operator!=(VShear &)
182 VShear inverse()
184 VShear vs_identity "Geom::VShear::identity"()
[all …]
H A Dtest-affine.py13 from cy2geom import Translate, Scale, Rotate, VShear, HShear, Zoom
183 V = VShear(-sqrt(2))
196 W = VShear.identity()
H A D_cy_affine.pyx528 Corresponds to VShear in 2geom.
532 """Create VShear instance form shearing factor."""
533 self.thisptr = new VShear(h)
563 """Create identity VShear."""
574 cdef cy_VShear wrap_VShear(VShear p):
575 cdef VShear * retp = new VShear(0)
H A D_cy_primitives.pxd10 cdef cppclass VShear
95 Point &operator*(VShear &)
H A Dcy2geom.pyx32 from _cy_affine import cy_VShear as VShear unknown
H A Dtest-conicsection.py11 from cy2geom import Translate, Scale, Rotate, VShear, HShear, Zoom
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A D_cy_affine.pxd21 Affine & operator*(VShear &)
79 VShear pow(VShear &, int)
170 cdef cppclass VShear:
171 VShear(VShear &)
172 VShear(Coord)
176 VShear &operator*(VShear)
178 bint operator==(VShear &)
179 bint operator!=(VShear &)
182 VShear inverse()
184 VShear vs_identity "Geom::VShear::identity"()
[all …]
H A Dtest-affine.py13 from cy2geom import Translate, Scale, Rotate, VShear, HShear, Zoom
183 V = VShear(-sqrt(2))
196 W = VShear.identity()
H A D_cy_affine.pyx528 Corresponds to VShear in 2geom.
532 """Create VShear instance form shearing factor."""
533 self.thisptr = new VShear(h)
563 """Create identity VShear."""
574 cdef cy_VShear wrap_VShear(VShear p):
575 cdef VShear * retp = new VShear(0)
H A D_cy_primitives.pxd10 cdef cppclass VShear
95 Point &operator*(VShear &)
H A Dcy2geom.pyx32 from _cy_affine import cy_VShear as VShear unknown
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dtransforms.cpp79 Point &Point::operator*=(VShear const &v) in operator *=()
127 Affine &Affine::operator*=(VShear const &v) { in operator *=()
169 BOOST_CONCEPT_ASSERT((TransformConcept<VShear>)); in check_transforms()
180 VShear v(VShear::identity()); in check_transforms()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dtransforms.cpp79 Point &Point::operator*=(VShear const &v) in operator *=()
127 Affine &Affine::operator*=(VShear const &v) { in operator *=()
169 BOOST_CONCEPT_ASSERT((TransformConcept<VShear>)); in check_transforms()
180 VShear v(VShear::identity()); in check_transforms()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dtransforms.h273 class VShear
274 : public ShearBase<VShear>
277 explicit VShear(Coord h) : ShearBase<VShear>(h) {} in VShear() function
281 inline bool are_near(VShear const &a, VShear const &b, Coord eps=EPSILON) {
H A Daffine.h67 , MultipliableNoncommutative< Affine, VShear
105 Affine &operator*=(VShear const &v);
H A Dforward.h103 class VShear; variable
H A Dpoint.h58 , MultipliableNoncommutative< Point, VShear
174 Point &operator*=(VShear const &s);
H A Dcurve.h195 virtual void operator*=(VShear const &vs) { *this *= Affine(vs); }
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dtransforms.h273 class VShear
274 : public ShearBase<VShear>
277 explicit VShear(Coord h) : ShearBase<VShear>(h) {} in VShear() function
281 inline bool are_near(VShear const &a, VShear const &b, Coord eps=EPSILON) {
H A Daffine.h67 , MultipliableNoncommutative< Affine, VShear
105 Affine &operator*=(VShear const &v);
H A Dforward.h103 class VShear; variable
H A Dpoint.h58 , MultipliableNoncommutative< Point, VShear
174 Point &operator*=(VShear const &s);
H A Dcurve.h195 virtual void operator*=(VShear const &vs) { *this *= Affine(vs); }
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dptrstyle.hxx61 VShear = css::awt::SystemPointer::VSHEAR, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dptrstyle.hxx61 VShear = css::awt::SystemPointer::VSHEAR, enumerator

12