sfml
Bindings to the SFML multimedia library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package sfml
-
sfml_audio_oo
-
sfml_graphics_oo
-
sfml_system
-
sfml_system_oo
-
sfml_window_oo
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library sfml_graphics
Module
SFTransform
Online documentation for the Transform class
val getIdentity : unit -> t
val getMatrix : transform:t -> float array
val translate : transform:t -> (float * float) -> unit
val translate2 : transform:t -> x:float -> y:float -> unit
val rotate : transform:t -> angle:float -> unit
val rotateWithCenter :
transform:t ->
angle:float ->
center:(float * float) ->
unit
val rotateWithCenter2 :
transform:t ->
angle:float ->
centerX:float ->
centerY:float ->
unit
val scale : transform:t -> scaleX:float -> scaleY:float -> unit
ON THIS PAGE
No table of contents