Searched defs:Proj (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Daxis-manip.cpp15 namespace Proj { namespace
19 } // namespace Proj
H A Dproj_pt.cpp17 namespace Proj { namespace
109 } // namespace Proj
H A Dtransf_mat_3x4.h18 namespace Proj { namespace
25 Pt2 column (Proj::Axis axis) const;
28 void set_image_pt (Proj::Axis axis, Proj::Pt2 const &pt);
29 void toggle_finite (Proj::Axis axis);
30 double get_infinite_angle (Proj::Axis axis) {
37 void set_infinite_direction (Proj::Axis axis, double angle) { // angle is in degrees
43 set_image_pt(axis, Proj::Pt2(cos (a) * rad, sin (a) * rad, 0.0));
45 inline bool has_finite_image (Proj::Axis axis) { return (tmat[2][axis] != 0.0); }
47 char * pt_to_str (Proj
[all...]
H A Dproj_pt.h18 namespace Proj { namespace
158 } // namespace Proj
H A Dtransf_mat_3x4.cpp22 namespace Proj { namespace
32 TransfMat3x4::TransfMat3x4 (Proj::Pt2 vp_x, Proj::Pt2 vp_y, Proj::Pt2 vp_z, Proj::Pt2 origin) {
50 TransfMat3x4::column (Proj::Axis axis) const {
51 return Proj::Pt2 (tmat[0][axis], tmat[1][axis], tmat[2][axis]);
64 TransfMat3x4::preimage (Geom::Point const &pt, double coord, Proj::Axis axis) {
83 TransfMat3x4::set_image_pt (Proj::Axis axis, Proj
[all...]
H A Daxis-manip.h19 namespace Proj { namespace
39 string_from_axis(Proj::Axis axis) {
50 } // namespace Proj
93 inline Proj::Axis toProj(Box3D::Axis axis) {
96 return Proj::X;
98 return Proj::Y;
100 return Proj::Z;
102 return Proj::NONE;
105 return Proj::NONE; // help compiler's flow analysis (-Werror=return-value)
115 namespace Proj { namespace
[all...]
H A Ddocument.h63 namespace Proj { namespace

Completed in 35 milliseconds