Changeset 94d0ad for molecuilder/src/vector.cpp
- Timestamp:
- Oct 27, 2009, 8:54:44 AM (16 years ago)
- Children:
- 8b6ee4
- Parents:
- 2e6aa1
- File:
-
- 1 edited
-
molecuilder/src/vector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.cpp
r2e6aa1 r94d0ad 1276 1276 * @param three vectors forming the matrix that defines the shape of the parallelpiped 1277 1277 */ 1278 bool Vector::IsInParallelepiped( Vector offset, double *parallelepiped)1278 bool Vector::IsInParallelepiped(const Vector offset, const double *parallelepiped) const 1279 1279 { 1280 1280 Vector a;
Note:
See TracChangeset
for help on using the changeset viewer.
