public class BoundingVolume
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BoundingVolume.Range
Immutable
|
Modifier and Type | Field and Description |
---|---|
BoundingVolume.Range |
x |
BoundingVolume.Range |
y |
BoundingVolume.Range |
z |
Constructor and Description |
---|
BoundingVolume() |
Modifier and Type | Method and Description |
---|---|
float |
boundingSphereRadius() |
PVector |
center() |
float |
maxDimension() |
BoundingVolume |
scaled(double scale) |
java.lang.String |
toString() |
BoundingVolume |
with(BoundingVolume v) |
public final BoundingVolume.Range x
public final BoundingVolume.Range y
public final BoundingVolume.Range z
public BoundingVolume with(BoundingVolume v)
public BoundingVolume scaled(double scale)
public float maxDimension()
public PVector center()
public float boundingSphereRadius()
public java.lang.String toString()
toString
in class java.lang.Object
processing library patchy by Jonathan Feinberg. (c) 2013