source: issm/trunk-jpl/jenkins/javascript/karma/lib/Exp/Square.js@ 20767

Last change on this file since 20767 was 20767, checked in by ayfeng, 9 years ago

Add karma testing suite, fix bug causing extrude to fail
Added ability to run tests via karma test runner,
ported mask, mesh2d, mesh3dprisms

File size: 204 bytes
Line 
1// Name:domainoutline
2// Icon:0
3// Points Count Value
4var square={}
5square[0]={};
6square[0]["nods"]=5;
7// X pos Y pos
8square[0]["x"]=[0,1000000,1000000,0,0];
9square[0]["y"]=[0, 0, 1000000, 1000000, 0];
Note: See TracBrowser for help on using the repository browser.