Changeset 32619 in project
- Timestamp:
- 07/28/15 02:37:13 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/hypergiant
r32208 r32619 1 1 2 == Hypergiant 2 3 [[toc:]] … … 84 85 85 86 Return the size of the window as two values: width and height. 87 88 <procedure> (get-framebuffer-size)</procedure> 89 90 Return the size of the framebufffer as two values: width and height. 86 91 87 92 <procedure> (get-time)</procedure> … … 600 605 Return a random floating point value between -1 and 1. 601 606 607 <procedure> (next-power-of-two N)</procedure> 608 609 Returns the next power of two for the positive integer {{N}}. 610 602 611 <procedure> (clamp X LOWER UPPER)</procedure> 603 612
Note: See TracChangeset
for help on using the changeset viewer.