Changeset 1775d3 for molecuilder/src/Plane.hpp
- Timestamp:
- Apr 30, 2010, 8:01:18 AM (16 years ago)
- Children:
- 8c01ce
- Parents:
- 070651 (diff), c53e0b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/Plane.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Plane.hpp
r070651 r1775d3 10 10 11 11 #include <memory> 12 #include <vector> 12 13 13 14 class Vector; … … 38 39 Vector getOffsetVector(); 39 40 41 /** 42 * returns three seperate points on this plane 43 */ 44 std::vector<Vector> getPointsOnPlane(); 45 40 46 // some calculations 41 47 Vector GetIntersection(const Vector &Origin, const Vector &LineVector);
Note:
See TracChangeset
for help on using the changeset viewer.
