Method Hexagon
Hexagon(Vector2, float)
Creates a 2D Hexagon Shape using a Circle Shape with a Hex Norm.
public static IImplicitShape<GridPoint2> Hexagon(Vector2 center, float radius)
Parameters
Returns
Hexagon(float)
Creates a 2D Hexagon Shape using a Circle Shape with a Hex Norm.
public static IImplicitShape<GridPoint2> Hexagon(float radius)
Parameters
radius
floatRadius of the shape.