gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.69k stars 380 forks source link

Get Transformation Matrix #166

Open MarcoEder opened 2 years ago

MarcoEder commented 2 years ago

Hi! We are using your library for geometric calculations internally. To visualize the results of these calculations, however, we use a different library.

I have to write my own converter now from your TransformationSequence to the one of the other library. Unfortunately, there is no way to get the matrices from the transformations to convert them to another transformation class.

Do you have any idea how to accomplish this?

Regards, Marco