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.71k stars 384 forks source link

[Question] How do can i rotate my DMesh3? #140

Closed FloP93 closed 4 years ago

FloP93 commented 4 years ago

I am sorry, if this is the wrong place but i couldnt find anything about it, but what would be the best and most performant way to rotate my DMesh3? For example i want to rotate the bunny 90 degree around the x, y or z axis. If there are some documents or tutorials you can suggest me to help me with that i would appreciate it.

I think i can use Frame3f for that, but how do i combine my DMesh3 with the Frame3f?

rms80 commented 4 years ago

use the MeshTransforms class

FloP93 commented 4 years ago

Sorry, i overlooked that class. Thank you => closed.