19:ed9685f44ab3 | 20:cef43609a374 |
---|---|
59 default: | 59 default: |
60 return 0; | 60 return 0; |
61 } | 61 } |
62 } | 62 } |
63 | 63 |
64 Point3D::operator QVariant() const | |
65 { | |
66 return QVariant::fromValue(*this); | |
67 } | |
68 | |
64 void Point3D::assign(Axis axis, CoordinateType value) | 69 void Point3D::assign(Axis axis, CoordinateType value) |
65 { | 70 { |
66 this->get(axis) = value; | 71 this->get(axis) = value; |
67 } | 72 } |
68 | 73 |