Matrix4x3d.set

Set this matrix to be equivalent to the rotation - and possibly scaling - specified by the given {@link Quaterniond}. <p> This method is equivalent to calling: <code>rotation(q)</code>

@param q the {@link Quaterniond} @return this

Meta