ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/meta/standard.plt
Revision: 1.1
Committed: Wed Mar 12 17:37:42 2003 UTC (22 years, 1 month ago) by greg
Branch: MAIN
Log Message:
Added lib directory and contents to repository

File Contents

# User Rev Content
1 greg 1.1 #
2     # Standard variable and function definitions.
3     #
4    
5     PI : 3.141592653589793
6    
7     DEGREE : PI / 180
8    
9     abs(x) : if(x, x, -x)