Click or drag to resize
APILNMatrix_Translate Method
行列を平行移動します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNMatrix_Translate(
	ref Matrix mat,
	float x,
	float y,
	float z
)

Parameters

mat
Type: LuminoMatrix
演算結果を格納する行列
x
Type: SystemSingle
X 方向の移動量
y
Type: SystemSingle
Y 方向の移動量
z
Type: SystemSingle
Z 方向の移動量

Return Value

Type: Result

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

See Also