Raytracing
Class SGMath

java.lang.Object
  extended by Raytracing.SGMath

public class SGMath
extends java.lang.Object


Constructor Summary
SGMath()
           
 
Method Summary
static float max(float x, float y, float z)
           
static float min(float x, float y, float z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SGMath

public SGMath()
Method Detail

min

public static float min(float x,
                        float y,
                        float z)

max

public static float max(float x,
                        float y,
                        float z)