Class Size2


  • public class Size2
    extends Object
    • Field Detail

      • ZERO

        public static final Size2 ZERO
      • width

        public final float width
      • height

        public final float height
    • Method Detail

      • valueOf

        public static Size2 valueOf​(float width,
                                    float height)