Click or drag to resize
APILNMatrix_RotateZ Method
Z 軸を回転軸にして行列を回転します。 (ラジアン単位)

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

Parameters

mat
Type: LuminoMatrix
演算結果を格納する行列
radian
Type: SystemSingle
回転角度

Return Value

Type: Result

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

See Also