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 theaxes
of thisConvexShape
.Get the center of thisConvexShape
.
-
Method Details
-
getAxes
Axis[] getAxes()Get theaxes
of thisConvexShape
. -
project
-
getCenter
Translation2d getCenter()Get the center of thisConvexShape
.
-