Package quicktime.qd3d.math

Examples of quicktime.qd3d.math.Vector3D


/* 129 */     return localPoint3D;
/*     */   }
/*     */
/*     */   public Vector3D getUpVector()
/*     */   {
/* 134 */     return new Vector3D(getFloatAt(24), getFloatAt(28), getFloatAt(32));
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.qd3d.math.Vector3D

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.