Scale and TransformMatrix

im trying to change scale, and getting nuffin, what am i doing wrong?

entityManager.SetComponentData(pionEntity, new TransformMatrix
{
Value = math.mul(math.rottrans(Quaternion.identity, new float3(0, 0, 0)), math.scale(new float3(0.01f, 0.01f, 0.01f)))
});

Scale support is not currently implemented.