Matrix4.LookAt 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
LookAt(Single, Single, Single, Single, Single, Single, Single, Single, Single) | |
LookAt(Vector3, Vector3, Vector3) |
LookAt(Single, Single, Single, Single, Single, Single, Single, Single, Single)
public static OpenTK.Matrix4 LookAt (float eyeX, float eyeY, float eyeZ, float targetX, float targetY, float targetZ, float upX, float upY, float upZ);
static member LookAt : single * single * single * single * single * single * single * single * single -> OpenTK.Matrix4
Parameters
- eyeX
- Single
- eyeY
- Single
- eyeZ
- Single
- targetX
- Single
- targetY
- Single
- targetZ
- Single
- upX
- Single
- upY
- Single
- upZ
- Single