Searched refs:_axis (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dvanishing-point.h42 VanishingPoint() : my_counter(VanishingPoint::global_counter++), _persp(NULL), _axis(Proj::NONE) {}
43 VanishingPoint(Persp3D *persp, Proj::Axis axis) : my_counter(VanishingPoint::global_counter++), _persp(persp), _axis(axis) {}
44 VanishingPoint(const VanishingPoint &other) : my_counter(VanishingPoint::global_counter++), _persp(other._persp), _axis(other._axis) {}
48 _axis = rhs._axis;
54 return (_persp == rhs._persp && _axis == rhs._axis);
63 _axis = axis;
68 return persp3d_get_VP (_persp, _axis)
113 Proj::Axis _axis; member in class:Box3D::VanishingPoint
[all...]
H A Dvanishing-point.cpp255 _persp->perspective_impl->tmat.set_image_pt (_axis, pt);

Completed in 104 milliseconds