class

SFMLDebugDraw::RoundedPolygon

Inherits SF::Shape / SF::Drawable / SF::Transformable / Reference / Object

Constructors

Instance methods

assign(points, radius : Number)
Source
get_point(index : Int) : SF::Vector2f

Get a point of the shape

The returned point is in local coordinates, that is, the shape's transforms (position, rotation, scale) are not taken into account. The result is undefined if index is out of the valid range.

  • index - Index of the point to get, in range 0 ... point_count

Returns: index-th point of the shape

See also: point_count

Source
point_count

Get the total number of points of the shape

Returns: Number of points of the shape

See also: point

Source