Changes in src/Line.hpp [5589858:f932b7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Line.hpp
r5589858 rf932b7 38 38 Plane getOrthogonalPlane(const Vector &origin) const; 39 39 40 std::vector<Vector> getSphereIntersections() const; 41 40 42 private: 41 43 std::auto_ptr<Vector> origin;
Note:
See TracChangeset
for help on using the changeset viewer.