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
    Modifier and Type
    Field
    Description
    static final Color3f
     
    static final Color3f
     
    static final Color3f
     
    static final Color3f
     
    static final Color3f
     
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Color3f(float r, float g, float b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(float r, float g, float b)
     
    void
    set(Color3f argColor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)