Summary

public static void TransformProjection(ref Vector3 position, ref Matrix matrix, out Vector3 result)

Transforms a Vector3 by the given projection matrix (both ortho and perspective are supported)

Parameters