Changeset 0ee99dc for molecuilder/src/vector.hpp
- Timestamp:
- Aug 8, 2009, 7:19:23 PM (16 years ago)
- Children:
- 51abbe
- Parents:
- e0521b
- File:
-
- 1 edited
-
molecuilder/src/vector.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
re0521b r0ee99dc 28 28 double NormSquared() const; 29 29 double Angle(const Vector *y) const; 30 bool IsNull() ;30 bool IsNull() const; 31 31 32 32 void AddVector(const Vector *y); … … 51 51 void LinearCombinationOfVectors(const Vector *x1, const Vector *x2, const Vector *x3, double *factors); 52 52 double CutsPlaneAt(Vector *A, Vector *B, Vector *C); 53 bool GetIntersectionWithPlane(ofstream *out, Vector *PlaneNormal, Vector *PlaneOffset, Vector * LineVector, Vector *LineVector2);54 bool GetIntersectionOfTwoLinesOnPlane(ofstream *out, Vector *Line1a, Vector *Line1b, Vector *Line2a, Vector *Line2b );53 bool GetIntersectionWithPlane(ofstream *out, Vector *PlaneNormal, Vector *PlaneOffset, Vector *Origin, Vector *LineVector); 54 bool GetIntersectionOfTwoLinesOnPlane(ofstream *out, Vector *Line1a, Vector *Line1b, Vector *Line2a, Vector *Line2b, const Vector *Normal = NULL); 55 55 bool GetOneNormalVector(const Vector *x1); 56 56 bool MakeNormalVector(const Vector *y1);
Note:
See TracChangeset
for help on using the changeset viewer.
