unit ->
object
  val virtual point : Sfml.pointer
  method getBlendMode : Sfml.blendMode
  method getCenterX : float
  method getCenterY : float
  method getColor : Sfml.color
  method getPoint : Sfml.pointer
  method getRotation : float
  method getScaleX : float
  method getScaleY : float
  method getX : float
  method getY : float
  method move : float -> float -> unit
  method rotate : float -> unit
  method scale : float -> float -> unit
  method setBlendmode : Sfml.blendMode -> unit
  method setCenter : float -> float -> unit
  method setColor : Sfml.color -> unit
  method setPosition : float -> float -> unit
  method setRotation : float -> unit
  method setScale : float -> float -> unit
  method setScaleX : float -> unit
  method setScaleY : float -> unit
  method setX : float -> unit
  method setY : float -> unit
end