arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
NVGMatrix.SkewedX
arsd
nanovega
NVGMatrix
Returns new x-skewing matrix. Angle is specified in radians.
struct
NVGMatrix
nothrow @
trusted
@
nogc
static
NVGMatrix
SkewedX
(
in
float
a
)
Meta
Source
See Implementation
arsd
nanovega
NVGMatrix
constructors
this
functions
identity
invert
inverted
mul
opBinary
opOpAssign
point
premul
rotate
rotateTransform
scale
scaleRotateTransform
skewX
skewY
translate
properties
isIdentity
valid
static functions
Identity
Rotated
RotatedTransformed
Scaled
ScaledRotatedTransformed
SkewedX
SkewedXY
SkewedY
Translated
variables
mat
Returns new x-skewing matrix. Angle is specified in radians.