BowlerKernel
IgenerateBody.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.creature;
2 
3 import java.util.ArrayList;
4 
5 import com.neuronrobotics.sdk.addons.kinematics.MobileBase;
6 
7 import eu.mihosoft.vrl.v3d.CSG;
8 
9 public interface IgenerateBody {
10 
18  ArrayList<CSG> generateBody(MobileBase base);
19 }
ArrayList< CSG > generateBody(MobileBase base)