Basic Mathematic Functions

cos, sin, tan, round, floor, ceil, isInt, mod

File Details

math.galaxy

  • R
  • Mar 12, 2010
  • 6.74 KB
  • 439

File Name

math.galaxy

Supported Versions

    Adding

    fixed DegToRad (fixed x);
    fixed RadToDeg (fixed x);
    
    // Point
    fixed PointX(point p);
    fixed PointY(point p);