matrix_from_perspective_entries

compas.geometry.matrix_from_perspective_entries(perspective)[source]

Returns a matrix from perspective entries.

Parameters

values (list of float) – The 4 perspective entries of a matrix.

Notes

[ .  .  .  . ]
[ .  .  .  . ]
[ .  .  .  . ]
[ 0  1  2  3 ]