dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Transform2D.scaleMulRot
dplug
canvas
Transform2D
Return this * Transform2D(cosa, -sina, 0, sina, cosa, 0)
float
a
;
float
b
;
float
c
;
float
d
;
float
e
;
float
f
;
Meta
Source
See Implementation
dplug
canvas
Transform2D
functions
opOpAssign
scaleMulOpt
scaleMulRot
translateMulOpt
static functions
identity
variables
a
b
c
d
e
f
Return this * Transform2D(cosa, -sina, 0, sina, cosa, 0)