Package frc.lib.math
Interface ConvexShape
public interface ConvexShape
Represents a convex shape for the purpose of separating axis solving.
-
Method Summary
Modifier and TypeMethodDescriptionAxis[]getAxes()Get theaxesof thisConvexShape.Get the center of thisConvexShape.
-
Method Details
-
getAxes
Axis[] getAxes()Get theaxesof thisConvexShape. -
project
-
getCenter
Translation2d getCenter()Get the center of thisConvexShape.
-