We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d72694 commit 74dbc9eCopy full SHA for 74dbc9e
contributed/library/branch3D/rotator.rb
@@ -1,4 +1,5 @@
1
-# Rotator module is required because rotate is not implemented for PiCrate Vec3D
+# Rotator module is required because rotate is not implemented for JRubyArt
2
+# Vec3D (below implementation based on Euler angles)
3
# NB: we use quaternions in ArcBall (avoiding possible gimbal lock)
4
module Rotate
5
def self.rotate_x!(vec, theta)
0 commit comments