Package org.jbox2d.common
Class Color3f
java.lang.Object
org.jbox2d.common.Color3f
public class Color3f
extends java.lang.Object
Similar to javax.vecmath.Color3f holder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
WHITE
-
BLACK
-
BLUE
-
GREEN
-
RED
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Color3f
public Color3f() -
Color3f
public Color3f(float r, float g, float b)
-
-
Method Details
-
set
public void set(float r, float g, float b) -
set
-