Searched refs:_persp (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) {}
47 _persp = rhs._persp;
54 return (_persp == rhs._persp && _axis == rhs._axis);
62 _persp = persp;
67 g_return_val_if_fail (_persp, fals
112 Persp3D *_persp; member in class:Box3D::VanishingPoint
[all...]
H A Dvanishing-point.cpp254 g_return_if_fail (_persp);
255 _persp->perspective_impl->tmat.set_image_pt (_axis, pt);

Completed in 5121 milliseconds