Package net.rim.device.api.math

Examples of net.rim.device.api.math.Vector3f.scale()


                final Vector3f max = new Vector3f();
                tileBounds.getMin(min);
                tileBounds.getMax(max);
                final Vector3f blockCenter = new Vector3f(min);
                blockCenter.add(max);
                blockCenter.scale(0.5f);

                // Get character scale
                final Vector3f s = new Vector3f();
                _character._transform.getScale(s);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.