Matrix3d.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. Matrix3d scaling(double factor)
  2. Matrix3d scaling(double x, double y, double z)
    struct Matrix3d
    ref public return
    scaling
    (
    double x
    ,
    double y
    ,
    double z
    )
  3. Matrix3d scaling(Vector3d xyz)

Meta