Searched refs:Pt2 (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dtransf_mat_3x4.h23 TransfMat3x4(Pt2 vp_x, Pt2 vp_y, Pt2 vp_z, Pt2 origin);
25 Pt2 column (Proj::Axis axis) const;
26 Pt2 image (Pt3 const &point);
28 void set_image_pt (Proj::Axis axis, Proj::Pt2 const &pt);
34 Pt2 vp(column(axis));
43 set_image_pt(axis, Proj::Pt2(cos (a) * rad, sin (a) * rad, 0.0));
60 inline void set_column (Proj::Axis axis, Proj::Pt2 p
[all...]
H A Dproj_pt.h23 class Pt2 { class in namespace:Proj
25 Pt2 () { pt[0] = 0; pt[1] = 0; pt[2] = 1.0; } // we default to (0 : 0 : 1) function in class:Proj::Pt2
26 Pt2 (double x, double y, double w) { pt[0] = x; pt[1] = y; pt[2] = w; } function in class:Proj::Pt2
27 Pt2 (Geom::Point const &point) { pt[0] = point[Geom::X]; pt[1] = point[Geom::Y]; pt[2] = 1; } function in class:Proj::Pt2
28 Pt2 (const char *coord_str);
39 inline bool operator== (Pt2 &rhs) {
46 inline bool operator!= (Pt2 &rhs) {
52 inline Pt2 &operator+(Pt2 &rhs) const {
53 Pt2 *resul
[all...]
H A Dproj_pt.cpp19 Pt2::Pt2(const char *coord_str) { function in class:Proj::Pt2
24 g_warning ("Coordinate string is empty. Creating default Pt2\n");
41 Pt2::normalize() {
50 Pt2::affine() {
58 Pt2::coord_string() {
72 g_warning ("Coordinate string is empty. Creating default Pt2\n");
H A Dtransf_mat_3x4.cpp32 TransfMat3x4::TransfMat3x4 (Proj::Pt2 vp_x, Proj::Pt2 vp_y, Proj::Pt2 vp_z, Proj::Pt2 origin) {
49 Pt2
51 return Proj::Pt2 (tmat[0][axis], tmat[1][axis], tmat[2][axis]);
54 Pt2
60 return Pt2 (x, y, w);
83 TransfMat3x4::set_image_pt (Proj::Axis axis, Proj::Pt2 const &pt) {
97 set_column (axis, Proj::Pt2(di
[all...]
H A Dperspective-line.cpp23 Proj::Pt2 vp(persp3d_get_VP(persp, axis));
H A Dpersp3d.cpp107 Proj::Pt2 pt (value);
108 Proj::Pt2 ptn ( pt[0]*scale_x, pt[1]*scale_y, pt[2] );
115 Proj::Pt2 pt (value);
116 Proj::Pt2 ptn ( pt[0]*scale_x, pt[1]*scale_y, pt[2] );
123 Proj::Pt2 pt (value);
124 Proj::Pt2 ptn ( pt[0]*scale_x, pt[1]*scale_y, pt[2] );
131 Proj::Pt2 pt (value);
132 Proj::Pt2 ptn ( pt[0]*scale_x, pt[1]*scale_y, pt[2] );
182 Proj::Pt2 proj_vp_x = Proj::Pt2 (0.
[all...]
H A Dpersp3d.h80 inline Proj::Pt2 persp3d_get_VP (Persp3D *persp, Proj::Axis axis) {
H A Dvanishing-point.h65 void set_pos(Proj::Pt2 const &pt);
H A Dvanishing-point.cpp253 VanishingPoint::set_pos(Proj::Pt2 const &pt) {
692 Proj::Pt2 vp = persp3d_get_VP (box3d_get_perspective(box), axis);

Completed in 22 milliseconds