bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
118 stars 22 forks source link

feat: gtransform API #181

Closed DSchroer closed 2 months ago

DSchroer commented 2 months ago

Adding support for the GTransform API which lets you manipulate and apply transform matrices directly. Unlocking a way to interoperate between Rust Transform matrix libraries and OCCT.