BowlerKernel
IVitamin.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.vitamins;
2 
3 import eu.mihosoft.vrl.v3d.CSG;
4 
5 public interface IVitamin {
6 
7  public CSG toCSG();
8 }