org.micropsi.comp.world.objects
Interface VisualFeatureIF

All Known Implementing Classes:
AbstractObjectPart

public interface VisualFeatureIF


Method Summary
 Position getPosition()
          Returns the position.
 double getSize()
           
 double getXSize()
           
 double getYSize()
           
 double getZSize()
           
 

Method Detail

getPosition

public Position getPosition()
Returns the position.

Returns:
Position

getXSize

public double getXSize()

getYSize

public double getYSize()

getZSize

public double getZSize()

getSize

public double getSize()

(c) by Micropsi Project: http://www.cognitive-agents.org

.