ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/meta/standard.plt
Revision: 1.2
Committed: Tue Mar 18 17:30:18 2003 UTC (21 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Decided to move ray/lib directory into non-CVS distribution

File Contents

# Content
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)