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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(float r, float g, float b)
void
set(Color3f argColor)
-
-
-
Method Detail
-
set
public void set(float r, float g, float b)
-
set
public void set(Color3f argColor)
-
-