Package xenon3d.vector

Examples of xenon3d.vector.AxisAngle4f


    /**
     * Creates a new RotationAnimator.
     */
    public RotationAnimator(AxisAngle4f start, float omega) {
        angle = new AxisAngle4f(start);
        this.omega = omega;
    }
View Full Code Here

TOP

Related Classes of xenon3d.vector.AxisAngle4f

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.