+ 1
3D Transformations in Java
I need rotate..3d Matrix
2 Antworten
+ 1
see this https://docs.oracle.com/cd/E17802_01/j2se/javase/technologies/desktop/java3d/forDevelopers/J3D_1_3_API/j3dapi/javax/media/j3d/Transform3D.html
in order to produce the matrix use this
http://mathworld.wolfram.com/RotationMatrix.html
0
Thank you