LookAtRH static method

Matrix LookAtRH(
  1. Vector3 eye,
  2. Vector3 target,
  3. Vector3 up
)

Implementation

external static Matrix LookAtRH(Vector3 eye, Vector3 target, Vector3 up);