[][src]Module quick_maths::transform

Invertible transforms based on http://www.pbr-book.org/3ed-2018/Geometry_and_Transformations/Transformations.html

Structs

Transform

Transform type which represents an easily invertible operator. i.e. rotation in 3D, translation, etc.

Type Definitions

Transform3

2D transformation, where 3 represents the dimension of the matrix used.

Transform4

3D transformation, where 4 represents the dimension of the matrix used.