Multiply(Matrix4x4,Single) Method
In This Topic
Scales a matrix by the given value.
Syntax
'Declaration
Public Overloads Shared Function Multiply( _
ByRef As Matrix4x4, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Multiply(
ref Matrix4x4 ,
System.float
)
Parameters
- left
- The matrix to scale.
- right
- The amount by which to scale.
Return Value
The scaled matrix.
See Also