Class Rotation


  • @Node
    public class Rotation
    extends Embedded
    Rotation of an can be represented either by 3 or 4 coordinates (euler angles, quaternions), the server will store and distribute it either way.
    Author:
    joe
    • Field Detail

      • x

        public double x
      • y

        public double y
      • z

        public double z
      • angle

        public double angle
    • Constructor Detail

      • Rotation

        public Rotation​(double x,
                        double y,
                        double z)