Changeset 1483 in lmdz_wrf
- Timestamp:
- Apr 1, 2017, 5:51:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1482 r1483 11527 11527 return np.array([1, b, c]) 11528 11528 11529 line1 = points_2Dline(np.array([1,1]), np.array([2,2]))11530 line2 = points_2Dline(np.array([1,2]), np.array([2,1]))11531 11532 print crossingpoint_2Dlines(np.array([1,-1,0]), np.array([1,1,-3]))11533 11534 11529 #quit()
Note: See TracChangeset
for help on using the changeset viewer.