Class Color3f

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

public class Color3f extends Object
Similar to javax.vecmath.Color3f holder
Author:
ewjordan
  • Field Details

    • WHITE

      public static final Color3f WHITE
    • BLACK

      public static final Color3f BLACK
    • BLUE

      public static final Color3f BLUE
    • GREEN

      public static final Color3f GREEN
    • RED

      public static final Color3f 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

      public void set(Color3f argColor)