| Parameter | Description |
|---|---|
| eye | The eye position. |
| target | The view target position. |
| up | The eye up direction. |
float4x4 The float4x4 view matrix.
Returns a float4x4 view matrix given an eye position, a target point and a unit length up vector. The up vector is assumed to be unit length, the eye and target points are assumed to be distinct and the vector between them is assumes to be collinear with the up vector. If these assumptions are not met use float4x4.LookRotationSafe instead.