JavaCAD
ItoCSG.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 public interface ItoCSG {
8  public CSG toCSG();
9 
10 }