ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/standard.plt
Revision: 1.1
Committed: Mon Oct 12 20:10:50 2015 UTC (8 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad5R3, rad5R1, HEAD
Log Message:
Added installation of required library files

File Contents

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