Wl.fixed_t – wayland-client Reference Manual
Packages
wayland-client
Wl
fixed_t
fixed_t.from_double
fixed_t.from_int
to_double
to_int
fixed_t
Object Hierarchy:
Description:
[
SimpleType
]
[
IntegerType
( rank =
6
) ]
[
CCode
( cname =
"wl_fixed_t"
, default_value =
"0"
, has_type_id =
false
, lower_case_cprefix =
"wl_fixed_"
) ]
public
struct
fixed_t
Namespace:
Wl
Package:
wayland-client
Content:
Creation methods:
public
fixed_t.from_double
(
double
d)
public
fixed_t.from_int
(
int
i)
Methods:
public
double
to_double
()
public
int
to_int
()