Home
last modified time | relevance | path

Searched defs:Matrix44 (Results 1 – 25 of 107) sorted by relevance

12345

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/path/
H A Dshapes.py21 transform: Matrix44 = None) -> Path:
54 transform: Matrix44 = None) -> Path:
116 transform: Matrix44 = None) -> Path:
144 transform: Matrix44 = None) -> Path:
165 def star(count: int, r1: float, r2: float, transform: Matrix44 = None) -> Path:
189 outside_radius: float, transform: Matrix44 = None) -> Path:
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/math/
H A Dtransformtools.py29 m: Matrix44) -> None:
41 def transform_extrusion(extrusion: 'Vertex', m: Matrix44) -> Tuple[Vec3, bool]:
72 def __init__(self, extrusion: Vec3 = None, m: Matrix44 = None):
93 def from_ocs(cls, old: OCS, new: OCS, m: Matrix44) -> 'OCSTransform':
H A D_matrix44.py27 class Matrix44: class
400 def chain(*matrices: 'Matrix44') -> 'Matrix44':
450 def __mul__(self, other: 'Matrix44') -> 'Matrix44':
460 def __matmul__(self, other: 'Matrix44') -> 'Matrix44':
468 def __imul__(self, other: 'Matrix44') -> 'Matrix44':
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DMatrix44.cpp28 Matrix44::Matrix44() in Matrix44() function in U2::Matrix44
33 Matrix44::Matrix44(const float *data) in Matrix44() function in U2::Matrix44
40 Matrix44::Matrix44(const Matrix44 &other) in Matrix44() function in U2::Matrix44
H A DVector3D.h31 class Matrix44; variable
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_math/
H A Dmatrix44.h71 Matrix44(T iv) in Matrix44() function
86 Matrix44( T i00, T i01, T i02, T i03, in Matrix44() function
117 Matrix44(Vector3 const& translation) in Matrix44() function
147 Matrix44(Vector3 const& axis, T angle) in Matrix44() function
/dports/math/Imath/Imath-3.1.4/docs/classes/
H A DMatrix44.rst1 Matrix44 chapter
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dold_matrix44.h38 template<class Scalar> class Matrix44; variable
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dold_matrix44.h38 template<class Scalar> class Matrix44; variable
H A Dmatrix44.h86 Matrix44() {} in Matrix44() function
246 template <class T> Matrix44<T>::Matrix44(const Matrix44<T> &m) { in Matrix44() function
250 template <class T> Matrix44<T>::Matrix44(const T v[]) { in Matrix44() function
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dtext_layout_engine_usage.py103 top: float, m: Matrix44 = None) -> None:
113 m: Matrix44 = None) -> None:
133 top: float, m: Matrix44 = None):
141 m: Matrix44 = None) -> None:
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/tools/
H A Dtext_layout.py143 top: float, m: Matrix44 = None) -> None:
159 m: Matrix44 = None) -> None:
248 def render(self, m: Matrix44 = None) -> None:
278 def render(self, m: Matrix44 = None) -> None:
420 def render(self, m: Matrix44 = None) -> None:
435 m: Matrix44 = None) -> None:
551 def render(self, m: Matrix44 = None) -> None:
557 def _render_line(self, m: Matrix44) -> None:
668 def render(self, m: Matrix44 = None) -> None:
794 def render(self, m: Matrix44 = None) -> None:
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/acc/
H A Dmatrix44.pxd8 cdef class Matrix44: class
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dtext2path.py30 m: Matrix44 = None) -> List[Path]:
144 m: Matrix44 = None) -> List[Hatch]:
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_09_cython_acceleration/
H A Dtest_903_acc_matrix44.py10 Matrix44 = matrix44.Matrix44 variable
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dexplode_mtext.py28 top: float, m: Matrix44 = None) -> None:
37 m: Matrix44 = None) -> None:
62 top: float, m: Matrix44 = None) -> None:
92 top: float, m: Matrix44 = None):
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dmesh.py143 matrix: 'Matrix44' = None, ucs: 'UCS' = None):
248 matrix: 'Matrix44' = None,
271 matrix: 'Matrix44' = None,
326 def transform(self, matrix: 'Matrix44'):
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dsolid.py90 def transform(self, m: Matrix44) -> 'Solid':
207 def transform(self, m: Matrix44) -> 'Face3d':
H A Dshape.py87 def transform(self, m: 'Matrix44') -> 'Shape':
H A Dhelix.py86 def transform(self, m: 'Matrix44') -> 'Helix':
H A Dtolerance.py70 def transform(self, m: 'Matrix44') -> 'Tolerance':
H A Dlight.py117 def transform(self, m: 'Matrix44') -> 'Light':
H A Ddimension.py622 def transform(self, m: 'Matrix44') -> 'Dimension':
656 def _transform_block_content(self, m: Matrix44) -> None:
744 def transform(self, m: 'Matrix44') -> 'Dimension':
808 def transform(self, m: 'Matrix44') -> 'Dimension':
H A Dline.py64 def transform(self, m: Matrix44) -> 'Line':
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathForward.h51 template <class T> class IMATH_EXPORT_TEMPLATE_TYPE Matrix44; variable

12345