Searched defs:TransfMat3x4 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dtransf_mat_3x4.h20 class TransfMat3x4 { class in namespace:Proj
22 TransfMat3x4();
23 TransfMat3x4(Pt2 vp_x, Pt2 vp_y, Pt2 vp_z, Pt2 origin);
24 TransfMat3x4(TransfMat3x4 const &rhs);
49 bool operator==(const TransfMat3x4 &rhs) const;
50 TransfMat3x4 operator*(Geom::Affine const &A) const;
51 TransfMat3x4 &operator*=(Geom::Affine const &A);
H A Dtransf_mat_3x4.cpp24 TransfMat3x4::TransfMat3x4 () { function in class:Proj::TransfMat3x4
32 TransfMat3x4::TransfMat3x4 (Proj::Pt2 vp_x, Proj::Pt2 vp_y, Proj::Pt2 vp_z, Proj::Pt2 origin) { function in class:Proj::TransfMat3x4
41 TransfMat3x4::TransfMat3x4(TransfMat3x4 const &rhs) { function in class:Proj::TransfMat3x4
50 TransfMat3x4::column (Proj::Axis axis) const {
55 TransfMat3x4::image (Pt3 const &point) {
64 TransfMat3x4
[all...]

Completed in 10 milliseconds