Package org.jbox2d.common
Class Color3f
- java.lang.Object
-
- org.jbox2d.common.Color3f
-
public class Color3f extends java.lang.ObjectSimilar to javax.vecmath.Color3f holder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(float r, float g, float b)voidset(Color3f argColor)
-
-
-
Method Detail
-
set
public void set(float r, float g, float b)
-
set
public void set(Color3f argColor)
-
-