Package org.openpatch.scratch.extensions.shape
package org.openpatch.scratch.extensions.shape
Provides classes for creating and manipulating geometric shapes.
This package includes classes for various shapes such as rectangles, circles, and ellipses, along with a Bounds class for defining rectangular bounds.
These shapes are currently only used for Hitboxes and collision detection.- See Also:
-
ClassDescriptionRepresents a circle shape defined by its center and radius.Represents an ellipse shape.Represents a polygon shape defined by its vertices.Represents a rectangle shape defined by its position and size.Represents a generic shape that can be transformed and drawn.Represents a triangle shape defined by three vertices.