Example #1
0
 public void ScaleTo(Point3F power)
 {
     scaleMatrix = Matrix4.FromScale(power);
 }