Scales a matrix by the given value.
シンタックス
'宣言
Public Shared Sub MultiplyRef( _
ByRef As Matrix4x4, _
ByRef As Matrix4x4, _
ByVal As System.Single _
)
public static void MultiplyRef(
out Matrix4x4 ,
ref Matrix4x4 ,
System.float
)
パラメータ
- result
- When the method completes, contains the scaled matrix.
- left
- The matrix to scale.
- right
- The amount by which to scale.
参照