public class CuboidShape extends Object implements FlatShape
CuboidShape(Vector min, Vector max)
boolean
contains(Vector pt)
contains2D(Vector2D pt)
Column
getColumn(Vector2D pt)
Vector
getMax()
Vector2D
getMax2D()
double
getMaxY()
getMin()
getMin2D()
getMinY()
Iterator<Column>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CuboidShape(Vector min, Vector max)
public boolean contains(Vector pt)
contains
Shape
public double getMinY()
getMinY
FlatShape
public double getMaxY()
getMaxY
public Vector2D getMin2D()
getMin2D
public Vector2D getMax2D()
getMax2D
public boolean contains2D(Vector2D pt)
contains2D
public Column getColumn(Vector2D pt)
getColumn
public Iterator<Column> iterator()
iterator
Iterable<Column>
public Vector getMin()
public Vector getMax()
Copyright © 2012. All Rights Reserved.