public abstract class BasicSphere
extends java.lang.Object
Constructor and Description |
---|
BasicSphere() |
BasicSphere(AOVector center,
float radius) |
Modifier and Type | Method and Description |
---|---|
boolean |
Contains(BasicSphere s) |
boolean |
pointInsideSphere(AOVector p) |
public AOVector center
public float radius
public BasicSphere(AOVector center, float radius)
public BasicSphere()
public boolean Contains(BasicSphere s)
public boolean pointInsideSphere(AOVector p)