Matrix4d.scaling

Set this matrix to be a simple scale matrix.

@param x the scale in x @param y the scale in y @param z the scale in z @return this

  1. Matrix4d scaling(double factor)
  2. Matrix4d scaling(double x, double y, double z)
    struct Matrix4d
    ref return
    scaling
    (
    double x
    ,
    double y
    ,
    double z
    )
  3. Matrix4d scaling(Vector3d xyz)

Meta