Matrix.transformDistance

Transforms the distance vector (dx,dy) by matrix. This is similar to Matrix.transformPoint except that the translation components of the transformation are ignored. The calculation of Since 1.0

class Matrix
void
transformDistance
(
ref double dx
,
ref double dy
)

Parameters

dx double

X component of a distance vector. An in/out parameter

dy double

Y component of a distance vector. An in/out parameter