package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.graphics/SFCircleShape/index.html

Module SFCircleShape

type t
val create : ?radius:float -> ?pointCount:int -> unit -> t
val setPointCount : circle:t -> count:int -> unit
val getPointCount : circle:t -> int
val setPosition : circle:t -> position:(float * float) -> unit
val setFillColor : circle:t -> color:SFColor.t -> unit
val setRadius : circle:t -> radius:float -> unit
val getRadius : circle:t -> float
val setOutlineColor : circle:t -> color:SFColor.t -> unit
val setOutlineThickness : circle:t -> thickness:float -> unit
OCaml

Innovation. Community. Security.