Uses of Class
gov.nasa.worldwind.render.airspaces.Geometry
- 
Packages that use Geometry Package Description gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces 
- 
- 
Uses of Geometry in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render with type parameters of type Geometry Modifier and Type Field Description protected java.util.List<Geometry>RigidShape.ShapeData. meshesHolds the computed tessellation of the shape in model coordinates.Methods in gov.nasa.worldwind.render that return Geometry Modifier and Type Method Description GeometryRigidShape.ShapeData. getMesh()GeometryRigidShape.ShapeData. getMesh(int index)Methods in gov.nasa.worldwind.render that return types with arguments of type Geometry Modifier and Type Method Description java.util.List<Geometry>RigidShape.ShapeData. getMeshes()Methods in gov.nasa.worldwind.render with parameters of type Geometry Modifier and Type Method Description voidRigidShape.ShapeData. addMesh(int index, Geometry mesh)voidRigidShape.ShapeData. addMesh(Geometry mesh)protected voidEllipsoid. makeEllipsoid(double a, double b, double c, int subdivisions, Geometry dest)Generates ellipsoidal geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.protected voidEllipsoid. makeUnitSphere(int subdivisions, Geometry dest)Generates a unit sphere geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.voidRigidShape.ShapeData. setMesh(Geometry mesh)Method parameters in gov.nasa.worldwind.render with type arguments of type Geometry Modifier and Type Method Description protected voidBox. makeUnitBox(int subdivisions, java.util.List<Geometry> meshes)Generates a unit box geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.protected voidCone. makeUnitCone(int subdivisions, java.util.List<Geometry> meshes)Generates a unit cone geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.protected voidCylinder. makeUnitCylinder(int subdivisions, java.util.List<Geometry> meshes)Generates a unit cylinder geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.protected voidPyramid. makeUnitPyramid(int subdivisions, java.util.List<Geometry> meshes)Generates a unit pyramid geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.protected voidWedge. makeUnitWedge(int subdivisions, java.util.List<Geometry> meshes)Generates a unit wedge geometry, including the vertices, indices, normals and texture coordinates, tessellated with the specified number of divisions.voidRigidShape.ShapeData. setMeshes(java.util.List<Geometry> meshes)
- 
Uses of Geometry in gov.nasa.worldwind.render.airspacesMethods in gov.nasa.worldwind.render.airspaces that return Geometry Modifier and Type Method Description GeometryCurtain.CurtainGeometry. getFillIndexGeometry()GeometryPolygon.PolygonGeometry. getFillIndexGeometry()GeometryCurtain.CurtainGeometry. getOutlineIndexGeometry()GeometryPolygon.PolygonGeometry. getOutlineIndexGeometry()GeometryCurtain.CurtainGeometry. getVertexGeometry()GeometryPolygon.PolygonGeometry. getVertexGeometry()Methods in gov.nasa.worldwind.render.airspaces with parameters of type Geometry Modifier and Type Method Description protected voidAbstractAirspace. drawGeometry(DrawContext dc, Geometry indices, Geometry vertices)protected booleanAbstractAirspace. isExpired(DrawContext dc, Geometry geom)protected voidSphereAirspace. makeSphere(double radius, int subdivisions, Geometry dest)protected voidAbstractAirspace. updateExpiryCriteria(DrawContext dc, Geometry geom)
 
-