CircleShape

sfml.graphics.CircleShape
See theCircleShape companion trait
object CircleShape

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object ctor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Value members

Concrete methods

def apply(radius: Float, pointCount: Long): CircleShape

Default constructor.

Default constructor.

Value parameters

pointCount

Number of points composing the circle

radius

Radius of the circle

Attributes