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