PgMatrix.matrixTransformPoint

Transforms the point (x, y) by matrix. Since 1.16

class PgMatrix
void
matrixTransformPoint
(
ref double x
,
ref double y
)

Parameters

x double

in/out X position. inout

y double

in/out Y position. inout

Meta