Module CL_Angle

module CL_Angle: sig .. end

API documentation for the class CL_Angle

type t 
type angle_unit = 
| Degrees
| Radians
val init : v:float -> u:angle_unit -> t
val delete : t -> unit
val to_degrees : t -> float
val to_radians : t -> float
val set_degrees : t -> degrees:float -> unit
val set_radians : t -> radians:float -> unit
val normalize : t -> unit
val normalize_180 : t -> unit
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> float -> t
val div : t -> float -> t
val eq : t -> t -> bool
val gt : t -> t -> bool
val lt : t -> t -> bool
module Infix: sig .. end