Changeset 6088 for issm/trunk/src/c/modules/MeshProfileIntersectionx
- Timestamp:
- 09/29/10 18:27:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp
r5239 r6088 6 6 int SegmentIntersect(double* palpha, double* pbeta, double* x1, double* y1, double* x2, double* y2){ 7 7 8 /*See ISSM_ DIR/src/m/utils/Geometry/SegIntersect.m for matlab routine from which we take this routine: */8 /*See ISSM_TIER/src/m/utils/Geometry/SegIntersect.m for matlab routine from which we take this routine: */ 9 9 10 10 /*output: */
Note:
See TracChangeset
for help on using the changeset viewer.