Matrix4d.Translation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Translation(Vector3d) |
Obsolete.
|
Translation(Double, Double, Double) |
Obsolete.
|
Translation(Vector3d)
Caution
Use CreateTranslation instead.
[System.Obsolete("Use CreateTranslation instead.")]
public static OpenTK.Matrix4d Translation (OpenTK.Vector3d trans);
static member Translation : OpenTK.Vector3d -> OpenTK.Matrix4d
Parameters
- trans
- Vector3d
Returns
- Attributes
Applies to
Translation(Double, Double, Double)
Caution
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
Parameters
- x
- Double
- y
- Double
- z
- Double
Returns
- Attributes