Поделиться через


Matrix4d.Translation Метод

Определение

Перегрузки

Translation(Vector3d)
Устаревшие..
Translation(Double, Double, Double)
Устаревшие..

Translation(Vector3d)

Внимание!

Use CreateTranslation instead.

[System.Obsolete("Use CreateTranslation instead.")]
public static OpenTK.Matrix4d Translation (OpenTK.Vector3d trans);
static member Translation : OpenTK.Vector3d -> OpenTK.Matrix4d

Параметры

trans
Vector3d

Возвращаемое значение

Атрибуты

Применяется к

Translation(Double, Double, Double)

Внимание!

Use CreateTranslation instead.

[System.Obsolete("Use CreateTranslation instead.")]
public static OpenTK.Matrix4d Translation (double x, double y, double z);
static member Translation : double * double * double -> OpenTK.Matrix4d

Параметры

x
Double
y
Double
z
Double

Возвращаемое значение

Атрибуты

Применяется к