fixedpoint ~master (2021-04-24T12:17:43Z)
Dub
Repo
MoveScalingHook.hookOpBinaryFixed
fixedpoint
fixed
MoveScalingHook
struct
MoveScalingHook
static
auto
hookOpBinaryFixed
(
string
op
int
scaling
V
Hook
int
S
W
H
)
(
const
Fixed
!(
scaling
,
V
,
Hook
)
lhs
,
const
Fixed
!(
S
,
W
,
H
)
rhs
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
Meta
Source
See Implementation
fixedpoint
fixed
MoveScalingHook
static functions
hookOpBinaryFixed