MCPcopy Create free account
hub / github.com/densechen/CASS / projection_from_matrix

Function projection_from_matrix

lib/transformations.py:523–593  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

vector_normFunction · 0.85

Tested by

no test coverage detected