MatrixLookAt method
MatrixStructType
MatrixLookAt(
- Vector3StructType eye,
- Vector3StructType target,
- Vector3StructType up
Implementation
MatrixStructType MatrixLookAt(Vector3StructType eye, Vector3StructType target, Vector3StructType up)
=> RaylibMatrixFactories.lookAt(eye, target, up) as MatrixStructType;