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