com.croftsoft.core.math.geom
Class ShapeLib

java.lang.Object
  extended by com.croftsoft.core.math.geom.ShapeLib

public final class ShapeLib
extends Object

A static method library for manipulating Shape instances.

Since:
2003-04-13
Version:
2003-04-17
Author:
David Wallace Croft

Method Summary
static Point2DD getCenter(Shape shape, Point2DD center)
           
static boolean intersects(Shape aShape, Shape bShape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCenter

public static Point2DD getCenter(Shape shape,
                                 Point2DD center)

intersects

public static boolean intersects(Shape aShape,
                                 Shape bShape)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)