JavaCAD
IDebug3dProvider.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 public interface IDebug3dProvider {
4  void addObject(Object o);
5  void clearScreen();
6 }