Home
last modified time | relevance | path

Searched refs:theOutMx (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Camera.cxx1267 theOutMx.ChangeValue (0, 1) = Elem_t (0.0); in orthoProj()
1268 theOutMx.ChangeValue (0, 2) = Elem_t (0.0); in orthoProj()
1272 theOutMx.ChangeValue (1, 0) = Elem_t (0.0); in orthoProj()
1274 theOutMx.ChangeValue (1, 2) = Elem_t (0.0); in orthoProj()
1278 theOutMx.ChangeValue (2, 0) = Elem_t (0.0); in orthoProj()
1279 theOutMx.ChangeValue (2, 1) = Elem_t (0.0); in orthoProj()
1292 theOutMx.ChangeValue (3, 0) = Elem_t (0.0); in orthoProj()
1396 theOutMx.InitIdentity(); in LookOrientation()
1397 theOutMx.Multiply (aLookMx); in LookOrientation()
1398 theOutMx.Translate (-theEye); in LookOrientation()
[all …]
H A DGraphic3d_Camera.hxx766 void orthoProj (NCollection_Mat4<Elem_t>& theOutMx,
777 void perspectiveProj (NCollection_Mat4<Elem_t>& theOutMx,
791 void stereoEyeProj (NCollection_Mat4<Elem_t>& theOutMx,
813 NCollection_Mat4<Elem_t>& theOutMx);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_Camera.hxx589 NCollection_Mat4<Elem_t>& theOutMx);
608 NCollection_Mat4<Elem_t>& theOutMx);
633 NCollection_Mat4<Elem_t>& theOutMx);
649 NCollection_Mat4<Elem_t>& theOutMx);
H A DNCollection_Mat4.hxx351 bool Inverted (NCollection_Mat4<Element_t>& theOutMx) const in Inverted()
353 Element_t* inv = theOutMx.myMat; in Inverted()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_Camera.hxx766 void orthoProj (NCollection_Mat4<Elem_t>& theOutMx,
777 void perspectiveProj (NCollection_Mat4<Elem_t>& theOutMx,
791 void stereoEyeProj (NCollection_Mat4<Elem_t>& theOutMx,
813 NCollection_Mat4<Elem_t>& theOutMx);
H A DNCollection_Mat4.hxx492 bool Inverted (NCollection_Mat4<Element_t>& theOutMx, Element_t& theDet) const in Inverted() argument
494 Element_t* inv = theOutMx.myMat; in Inverted()
583 bool Inverted (NCollection_Mat4<Element_t>& theOutMx) const in Inverted()
586 return Inverted (theOutMx, aDet); in Inverted()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Mat4.hxx492 bool Inverted (NCollection_Mat4<Element_t>& theOutMx, Element_t& theDet) const in Inverted() argument
494 Element_t* inv = theOutMx.myMat; in Inverted()
583 bool Inverted (NCollection_Mat4<Element_t>& theOutMx) const in Inverted()
586 return Inverted (theOutMx, aDet); in Inverted()