Package edu.cmu.cs.stage3.math

Examples of edu.cmu.cs.stage3.math.Matrix44.transform()


  public void transform( javax.vecmath.Matrix4d trans, ReferenceFrame asSeenBy ) {
    if( asSeenBy==null ) {
      asSeenBy = this;
    }
    Matrix44 m = getTransformation( asSeenBy );
    m.transform( trans );
    setTransformation( m, asSeenBy );
  }

  //todo
    /*
 
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.