Hi,
I want to skew/shear the selected object using shear angle and axis angle.
I am using below code for shear the object,
var skewMatrix = app.getIdentityMatrix();
skewMatrix..mValueB = .5
But i dont know how to apply the axis angle with this matrix.
any hints?