Uses of Class
gov.nasa.worldwind.render.RigidShape
-
Packages that use RigidShape Package Description gov.nasa.worldwind.render gov.nasa.worldwindx.examples.shapebuilder -
-
Uses of RigidShape in gov.nasa.worldwind.render
Subclasses of RigidShape in gov.nasa.worldwind.render Modifier and Type Class Description classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.Constructors in gov.nasa.worldwind.render with parameters of type RigidShape Constructor Description ShapeData(DrawContext dc, RigidShape shape) -
Uses of RigidShape in gov.nasa.worldwindx.examples.shapebuilder
Fields in gov.nasa.worldwindx.examples.shapebuilder declared as RigidShape Modifier and Type Field Description protected RigidShapeRigidShapeEditor. activeControlPointprotected RigidShapeRigidShapeEditor. shapeFields in gov.nasa.worldwindx.examples.shapebuilder with type parameters of type RigidShape Modifier and Type Field Description protected java.util.List<RigidShape>RigidShapeEditor. controlPointsMethods in gov.nasa.worldwindx.examples.shapebuilder that return RigidShape Modifier and Type Method Description RigidShapeRigidShapeBuilder.BoxFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeBuilder.ConeFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeBuilder.CylinderFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeBuilder.EllipsoidFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeBuilder.PyramidFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeBuilder.WedgeFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)RigidShapeRigidShapeEditor. getShape()Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type RigidShape Modifier and Type Method Description protected voidRigidShapeBuilder.BoxFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)protected voidRigidShapeBuilder.ConeFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)protected voidRigidShapeBuilder.CylinderFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)protected voidRigidShapeBuilder.EllipsoidFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)protected voidRigidShapeBuilder.PyramidFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)protected voidRigidShapeBuilder.WedgeFactory. initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)
-