Creates a matrix that scales along the x-axis, y-axis, and y-axis.
シンタックス
'宣言
Public Overloads Shared Function Scale( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Scale(
System.float ,
System.float ,
System.float
)
パラメータ
- xScale
- Scaling factor that is applied along the x-axis.
- yScale
- Scaling factor that is applied along the y-axis.
- zScale
- Scaling factor that is applied along the z-axis.
戻り値の型
The created scaling matrix.
参照