Matrix4f.Scale(Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the current matrix by post-multiplying it with a scale matrix of given dimensions
[Android.Runtime.Register("scale", "(FFF)V", "GetScale_FFFHandler")]
public virtual void Scale (float x, float y, float z);
[<Android.Runtime.Register("scale", "(FFF)V", "GetScale_FFFHandler")>]
abstract member Scale : single * single * single -> unit
override this.Scale : single * single * single -> unit
Parameters
- x
- Single
scale component x
- y
- Single
scale component y
- z
- Single
scale component z
- Attributes
Remarks
Modifies the current matrix by post-multiplying it with a scale matrix of given dimensions
Java documentation for android.renderscript.Matrix4f.scale(float, float, float)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.