Piccolo.NET

PMatrix.ScaleBy Method

Applies the specified scale vector to this PMatrix object by prepending the scale vector.

Overload List

Applies the specified scale vector to this PMatrix object by prepending the scale vector.

public virtual void ScaleBy(float);

Applies the specified scale vector to this PMatrix object by prepending the scale vector.

public virtual void ScaleBy(float,float);

Scale about the specified point. Applies the specified scale vector to this PMatrix object by translating to the given point before prepending the scale vector.

public virtual void ScaleBy(float,float,float);

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace