edu.jhu.htm.geometry
Interface ConvexProducer
- All Known Implementing Classes:
- Chull, Circle, Rect
- public interface ConvexProducer
Classes which implement this must be able to return a Convex. Basically the geometric shapes can be constructed as one would expect but then they know how to produce a convex to represent themselves.
Current Version
===============
ID: $Id: ConvexProducer.java,v 1.3 2003/02/19 15:46:11 womullan Exp $
Revision: $Revision: 1.3 $
Date/time: $Date: 2003/02/19 15:46:11 $
- Author:
- wil
getConvex
public Convex getConvex()