Matrix4.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(Vector3) |
Obsolete.
|
Translation(Single, Single, Single) |
Obsolete.
|
Translation(Vector3)
Caution
Use CreateTranslation instead.
[System.Obsolete("Use CreateTranslation instead.")]
public static OpenTK.Matrix4 Translation (OpenTK.Vector3 trans);
static member Translation : OpenTK.Vector3 -> OpenTK.Matrix4
Parameters
- trans
- Vector3
Returns
- Attributes