ScaleRef(Matrix4x4,Single) Method
In This Topic
Creates a matrix that uniformally scales along all three axis.
Syntax
'Declaration
Public Overloads Shared Sub ScaleRef( _
ByRef As Matrix4x4, _
ByVal As System.Single _
)
public static void ScaleRef(
out Matrix4x4 ,
System.float
)
Parameters
- result
- When the method completes, contains the created scaling matrix.
- scale
- The uniform scale that is applied along all axis.
See Also