Package mindustry.world
Class Edges
java.lang.Object
mindustry.world.Edges
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic arc.math.geom.Point2[]
getEdges
(int size) static Tile
getFacingEdge
(mindustry.gen.Building tile, mindustry.gen.Building other) static Tile
getFacingEdge
(Block block, int tilex, int tiley, Tile other) static Tile
getFacingEdge
(Tile tile, Tile other) static arc.math.geom.Point2[]
getInsideEdges
(int size) static arc.math.geom.Vec2[]
getPixelPolygon
(float radius)
-
Constructor Details
-
Edges
public Edges()
-
-
Method Details
-
getFacingEdge
-
getFacingEdge
-
getFacingEdge
-
getPixelPolygon
public static arc.math.geom.Vec2[] getPixelPolygon(float radius) -
getEdges
public static arc.math.geom.Point2[] getEdges(int size) -
getInsideEdges
public static arc.math.geom.Point2[] getInsideEdges(int size)
-