335336337338339340341342343344345
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 /*