Skip to content

v3.0.0 - Pass transform matrix as 3x4 numpy array

Latest
Compare
Choose a tag to compare
@JoeLambourne JoeLambourne released this 09 Oct 12:28
418deb2

Following #37 we now force correct behavior when transforming a solid by homogeneous transform matrices. Previously we accepted a 4x4 matrix, but would ignore the last row, so bug could go unnoticed if the transform included a global scale factor or projection component.