Package gov.nasa.worldwindx.examples
Class RotatedSector
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.RotatedSector
-
public class RotatedSector extends ApplicationTemplate
Illustrates rotating aSectorfrom standard position. ASectoris created, its width and height computed, and aSurfaceQuadcreated from thesector'scentroid and the computed width and height. TheSurfaceQuad'sheading is then set to the desired rotation angle.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRotatedSector.AppFrame-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Constructor Summary
Constructors Constructor Description RotatedSector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)-
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
-
-