| Package | Description |
|---|---|
| astro |
| Modifier and Type | Method and Description |
|---|---|
private Aperture.Pixel[] |
Aperture.Pixel.split()
Spilts this pixel into sub-pixels.
|
| Modifier and Type | Method and Description |
|---|---|
private double |
Aperture.intersect(Aperture.Pixel parent,
Shape with)
The recursive method that takes a pixel and returns its aperture weight
or splits the pixel further if intersection is signaled and the maximum
split level is not reached.
|