Changeset 6a314f for molecuilder/src/Plane.cpp
- Timestamp:
- Apr 29, 2010, 4:03:30 PM (16 years ago)
- Children:
- 465abf
- Parents:
- 16eb32
- File:
-
- 1 edited
-
molecuilder/src/Plane.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Plane.cpp
r16eb32 r6a314f 97 97 return getOffset()*getNormal(); 98 98 } 99 /* 100 std::vector<Vector> Plane::getPointsOnPlane(){ 101 std::vector<Vector> res; 102 // first point on the plane 103 res[0] = getOffsetVector(); 104 // first is orthogonal to the plane... 105 // an orthogonal vector to this one lies on the plane 106 res[1] = 107 } 108 */ 99 109 100 110 /** Calculates the intersection point between a line defined by \a *LineVector and \a *LineVector2 and a plane defined by \a *Normal and \a *PlaneOffset.
Note:
See TracChangeset
for help on using the changeset viewer.
