Class Circle2f

  • All Implemented Interfaces:
    java.io.Serializable

    public class Circle2f
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Circle2f()  
      Circle2f​(Vector2f rkCenter, float fRadius)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Radius

        public float Radius
    • Constructor Detail

      • Circle2f

        public Circle2f()
      • Circle2f

        public Circle2f​(Vector2f rkCenter,
                        float fRadius)