dplug ~master (2025-01-07T15:22:33Z)
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)