module engine3d;

import org.x.y.math.matrices.*;

public class Engine3d {
	Matrices m = new Matrices();
	public Engine3d() {
		System.out.println(this.getClass());
	}
}
