Changeset 4e4940 for molecuilder/src/vector.hpp
- Timestamp:
- Aug 3, 2009, 8:10:09 AM (16 years ago)
- Children:
- 0e2190, 834ff3
- Parents:
- 3dc682
- File:
-
- 1 edited
-
molecuilder/src/vector.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
r3dc682 r4e4940 46 46 void LinearCombinationOfVectors(const Vector *x1, const Vector *x2, const Vector *x3, double *factors); 47 47 double CutsPlaneAt(Vector *A, Vector *B, Vector *C); 48 bool GetIntersectionWithPlane(ofstream *out, Vector *PlaneNormal, Vector *PlaneOffset, Vector *LineVector, Vector *LineVector2); 49 bool GetIntersectionOfTwoLinesOnPlane(ofstream *out, Vector *Line1a, Vector *Line1b, Vector *Line2a, Vector *Line2b); 48 50 bool GetOneNormalVector(const Vector *x1); 49 51 bool MakeNormalVector(const Vector *y1);
Note:
See TracChangeset
for help on using the changeset viewer.
