行列をスケーリングします。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ScaleXYZ(
float x,
float y,
float z
)
Public Sub ScaleXYZ (
x As Single,
y As Single,
z As Single
)
public:
void ScaleXYZ(
float x,
float y,
float z
)
member ScaleXYZ :
x : float32 *
y : float32 *
z : float32 -> unit
Parameters
- x
- Type: SystemSingle
X 方向の拡大率 - y
- Type: SystemSingle
Y 方向の拡大率 - z
- Type: SystemSingle
Z 方向の拡大率
Remarks
与えられた引数からスケーリング行列を作り、現在の行列に乗算します。
See Also