Creates a matrix that uniformally scales along all three axis.
'宣言
Public Overloads Shared Function Scale( _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Scale(
System.float
)
パラメータ
- scale
- The uniform scale that is applied along all axis.
戻り値の型
The created scaling matrix.