package graphv_webgl

  1. Overview
  2. Docs

Module Graphv_webgl.TransformSource

Sourceval reset : t -> unit
Sourceval transform : t -> Matrix.t -> unit
Sourceval translate : t -> x:float -> y:float -> unit
Sourceval rotate : t -> angle:float -> unit
Sourceval skew_x : t -> angle:float -> unit
Sourceval skew_y : t -> angle:float -> unit
Sourceval scale : t -> x:float -> y:float -> unit
Sourceval current_transform : t -> Matrix.t
Sourceval deg_to_rad : float -> float
Sourceval rad_to_deg : float -> float