Matrix3f.LoadScale 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.
Overloads
LoadScale(Single, Single, Single) |
Sets current values to be a scale matrix of given dimensions |
LoadScale(Single, Single) |
Makes the upper 2x2 a scale matrix of given dimensions |
LoadScale(Single, Single, Single)
Sets current values to be a scale matrix of given dimensions
[Android.Runtime.Register("loadScale", "(FFF)V", "GetLoadScale_FFFHandler")]
public virtual void LoadScale (float x, float y, float z);
[<Android.Runtime.Register("loadScale", "(FFF)V", "GetLoadScale_FFFHandler")>]
abstract member LoadScale : single * single * single -> unit
override this.LoadScale : single * single * single -> unit
Parameters
- x
- Single
scale component x
- y
- Single
scale component y
- z
- Single
scale component z
- Attributes
Remarks
Sets current values to be a scale matrix of given dimensions
Java documentation for android.renderscript.Matrix3f.loadScale(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.
Applies to
LoadScale(Single, Single)
Makes the upper 2x2 a scale matrix of given dimensions
[Android.Runtime.Register("loadScale", "(FF)V", "GetLoadScale_FFHandler")]
public virtual void LoadScale (float x, float y);
[<Android.Runtime.Register("loadScale", "(FF)V", "GetLoadScale_FFHandler")>]
abstract member LoadScale : single * single -> unit
override this.LoadScale : single * single -> unit
Parameters
- x
- Single
scale component x
- y
- Single
scale component y
- Attributes
Remarks
Makes the upper 2x2 a scale matrix of given dimensions
Java documentation for android.renderscript.Matrix3f.loadScale(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.