Package org.mt4j.util.math

Examples of org.mt4j.util.math.Quaternion


     
      // TEST
      if (doInWorldCoords)
        lastPoint.transform(shape.getGlobalMatrix());
     
      q = new Quaternion();
      returnMatrix = new Matrix();
     
      camDistToInterSection = 1;
    }
View Full Code Here


        public ArcBallContext(float NewWidth, float NewHeight) {
            StVec = new Vector3D();
            EnVec = new Vector3D();
            setBounds(NewWidth, NewHeight);
            q = new Quaternion();
        }
View Full Code Here

TOP

Related Classes of org.mt4j.util.math.Quaternion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.