Return projection plane and perspective point from projection matrix. Return values are same as arguments for projection_matrix function: point, normal, direction, perspective, and pseudo. >>> point = numpy.random.random(3) - 0.5 >>> normal = numpy.random.random(3) - 0.5 >>> di
(matrix, pseudo=False)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected