Module euclid::rigid

source ·
Expand description

All matrix multiplication in this module is in row-vector notation, i.e. a vector v is transformed with v * T, and if you want to apply T1 before T2 you use T1 * T2

Structs

  • A rigid transformation. All lengths are preserved under such a transformation.