org.stellarium.astro
Class Planet.Ring
java.lang.Object
org.stellarium.astro.Planet.Ring
- Enclosing class:
- Planet
-
public static class Planet.Ring
- extends java.lang.Object
Class to manage rings for planets like saturn
Constructor Summary |
Planet.Ring(double radius_min,
double radius_max, java.lang.String _texname)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
radiusMin
private final double radiusMin
radiusMax
private final double radiusMax
tex
private STexture tex
Planet.Ring
Planet.Ring(double radius_min,
double radius_max,
java.lang.String _texname)
throws StellariumException
- Throws:
StellariumException
getSize
public double getSize()
-
draw
public void draw(DefaultProjector prj,
javax.vecmath.Matrix4d mat,
double screen_sz)
-