Module matmath::special_matrices::projection[][src]

Functions

parallel_projection_matrix

This builds a matrix that sets a vector in (n-1)-D space as the base vector for the last axis in n-D space.

scaling_project

This is similar to a shadow projection but it scales the vector with the chopped off value

shadow_projection_matrix

This builds a matrix that casts a shadow of an n-D vector to an (n-1)-Dimensional space (which means that the dim_to_remove-th number gets chopped off)