Click or drag to resize
APILNMatrix_Scale Method
行列をスケーリングします。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNMatrix_Scale(
	ref Matrix mat,
	float xyz
)

Parameters

mat
Type: LuminoMatrix
演算結果を格納する行列
xyz
Type: SystemSingle
X Y Z 全ての方向に適用する拡大率 (X Y Z を同じ値で拡大)

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNMatrix_Scale(Lumino.Matrix@,System.Single)"]

See Also