LookAtLH static method

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

Implementation

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