org.jbox2d.common
Class Color3f

java.lang.Object
  extended by org.jbox2d.common.Color3f

public class Color3f
extends Object

Similar to javax.vecmath.Color3f holder

Author:
ewjordan

Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
Color3f(float r, float g, float b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

Color3f

public Color3f(float r,
               float g,
               float b)