Home
last modified time | relevance | path

Searched defs:MatrixTransform (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/openmw/openmw-openmw-0.47.0/components/nifosg/
H A Dmatrixtransform.cpp5 MatrixTransform::MatrixTransform() in MatrixTransform() function in NifOsg::MatrixTransform
10 MatrixTransform::MatrixTransform(const Nif::Transformation &trafo) in MatrixTransform() function in NifOsg::MatrixTransform
17 MatrixTransform::MatrixTransform(const MatrixTransform &copy, const osg::CopyOp &copyop) in MatrixTransform() function in NifOsg::MatrixTransform
H A Dmatrixtransform.hpp11 class MatrixTransform : public osg::MatrixTransform class
18 META_Node(NifOsg, MatrixTransform) in META_Node() argument
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DGridTransformer.h367 struct GridTransformer::MatrixTransform struct
369 MatrixTransform(): mat(Mat4R::identity()), invMat(Mat4R::identity()) {} in MatrixTransform() function
370 MatrixTransform(const Mat4R& xform): mat(xform), invMat(xform.inverse()) {} in MatrixTransform() function
372 bool isAffine() const { return math::isAffine(mat); } in isAffine()
374 Vec3R transform(const Vec3R& pos) const { return mat.transformH(pos); } in transform()
376 Vec3R invTransform(const Vec3R& pos) const { return invMat.transformH(pos); } in invTransform()
378 Mat4R mat, invMat;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DMatrixTransform.cpp17 MatrixTransform::MatrixTransform(): in MatrixTransform() function in MatrixTransform
22 MatrixTransform::MatrixTransform(const MatrixTransform& transform,const CopyOp& copyop): in MatrixTransform() function in MatrixTransform
30 MatrixTransform::MatrixTransform(const Matrix& mat ) in MatrixTransform() function in MatrixTransform
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DMatrixTransform.cpp17 MatrixTransform::MatrixTransform(): in MatrixTransform() function in MatrixTransform
22 MatrixTransform::MatrixTransform(const MatrixTransform& transform,const CopyOp& copyop): in MatrixTransform() function in MatrixTransform
30 MatrixTransform::MatrixTransform(const Matrix& mat ) in MatrixTransform() function in MatrixTransform
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DMatrixTransform.java32 public class MatrixTransform extends Transform class
34 public MatrixTransform() { super(); } in MatrixTransform() method in MatrixTransform
35 protected MatrixTransform(long impl) { super(impl); } in MatrixTransform() method in MatrixTransform
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DMatrixTransform.java32 public class MatrixTransform extends Transform class
34 public MatrixTransform() { super(); } in MatrixTransform() method in MatrixTransform
35 protected MatrixTransform(long impl) { super(impl); } in MatrixTransform() method in MatrixTransform
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/jniglue/org/OpenColorIO/
H A DMatrixTransform.java32 public class MatrixTransform extends Transform class
34 public MatrixTransform() { super(); } in MatrixTransform() method in MatrixTransform
35 protected MatrixTransform(long impl) { super(impl); } in MatrixTransform() method in MatrixTransform
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DMatrixTransform.cpp12 MatrixTransform::MatrixTransform(Graphics::Renderer *r, const matrix4x4f &m) : in MatrixTransform() function in SceneGraph::MatrixTransform
18 MatrixTransform::MatrixTransform(const MatrixTransform &mt, NodeCopyCache *cache) : in MatrixTransform() function in SceneGraph::MatrixTransform
H A DNodeVisitor.h21 class MatrixTransform; variable
H A DCollisionVisitor.h16 class MatrixTransform; variable
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGPoint.cpp13 wxSVGPoint wxSVGPoint::MatrixTransform(const wxSVGMatrix& matrix) const in MatrixTransform() function in wxSVGPoint
H A DSVGRect.cpp41 wxSVGRect wxSVGRect::MatrixTransform(const wxSVGMatrix& matrix) const in MatrixTransform() function in wxSVGRect
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGPoint.cpp13 wxSVGPoint wxSVGPoint::MatrixTransform(const wxSVGMatrix& matrix) const in MatrixTransform() function in wxSVGPoint
H A DSVGRect.cpp39 wxSVGRect wxSVGRect::MatrixTransform(const wxSVGMatrix& matrix) const in MatrixTransform() function in wxSVGRect
/dports/devel/open-beagle/beagle-3.0.3/PACC/SVG/
H A DTransforms.hpp127 class MatrixTransform : public Transform { class
144 MatrixTransform(float inA, float inB, float inC, float inD, float inE, float inF) in MatrixTransform() function in PACC::SVG::MatrixTransform
/dports/graphics/opencolorio/OpenColorIO-1.1.1/docs/developers/bindings/
H A DPythonTransforms.rst128 MatrixTransform section in Python Transforms
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/docs/developers/bindings/
H A DPythonTransforms.rst128 MatrixTransform section in Python Transforms
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/docs/developers/bindings/
H A DPythonTransforms.rst128 MatrixTransform section in Python Transforms
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvElement.h57 MatrixTransform, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DDOMSVGPoint.cpp113 DOMSVGPoint::MatrixTransform(dom::SVGMatrix& matrix) in MatrixTransform() function in DOMSVGPoint
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DDOMSVGPoint.cpp101 already_AddRefed<nsISVGPoint> DOMSVGPoint::MatrixTransform( in MatrixTransform() function in DOMSVGPoint
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DDOMSVGPoint.cpp105 already_AddRefed<nsISVGPoint> DOMSVGPoint::MatrixTransform( in MatrixTransform() function in mozilla::dom::DOMSVGPoint
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/pyglue/DocStrings/
H A DMatrixTransform.py2 class MatrixTransform: class
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/pyglue/DocStrings/
H A DMatrixTransform.py2 class MatrixTransform: class

123