Vector3Unproject method

Vector3C Vector3Unproject(
  1. Vector3C source,
  2. MatrixC projection,
  3. MatrixC view
)

Projects a Vector3 from screen space into object space

Implementation

Vector3C Vector3Unproject(Vector3C source, MatrixC projection, MatrixC view)
  => _Vector3Unproject(source, projection, view);