Uses of Class
gov.nasa.worldwind.geom.Plane
-
Packages that use Plane Package Description gov.nasa.worldwind.geom gov.nasa.worldwind.globes Provides classes for representing the shape and terrain of a planet.gov.nasa.worldwind.util gov.nasa.worldwindx.applications.sar.segmentplane -
-
Uses of Plane in gov.nasa.worldwind.geom
Fields in gov.nasa.worldwind.geom declared as Plane Modifier and Type Field Description protected Plane[]Frustum. allPlanesHolds all six frustum planes in an array in the order left, right, bottom, top, near, far.protected PlaneFrustum. bottomprotected PlaneFrustum. farprotected PlaneFrustum. leftprotected PlaneFrustum. nearprotected Plane[]Box. planesprotected PlaneFrustum. rightprotected PlaneFrustum. topMethods in gov.nasa.worldwind.geom that return Plane Modifier and Type Method Description static PlanePlane. fromPoints(Vec4 pa, Vec4 pb, Vec4 pc)Returns the plane that passes through the specified three points.Plane[]Frustum. getAllPlanes()Returns all the planes.PlaneFrustum. getBottom()Returns the bottom plane.PlaneFrustum. getFar()Returns the far plane.PlaneFrustum. getLeft()Returns the left plane.PlaneFrustum. getNear()Returns the near plane.Plane[]Box. getPlanes()Returns the six planes of the box.PlaneFrustum. getRight()Returns the right plane.PlaneFrustum. getTop()Returns the top plane.PlanePlane. normalize()Returns a normalized version of this plane.Methods in gov.nasa.worldwind.geom with parameters of type Plane Modifier and Type Method Description doubleBox. getEffectiveRadius(Plane plane)Computes the effective radius of the extent relative to a specified plane.doubleCylinder. getEffectiveRadius(Plane plane)Computes the effective radius of the extent relative to a specified plane.doubleExtent. getEffectiveRadius(Plane plane)Computes the effective radius of the extent relative to a specified plane.doubleSphere. getEffectiveRadius(Plane plane)Computes the effective radius of the extent relative to a specified plane.protected doubleBox. getEffectiveRadius2(Plane plane)Returns the effective radius of this box relative to a specified plane, using only this box's S and T axes.static Vec4Plane. intersect(Plane pa, Plane pb, Plane pc)Compute the intersection of three planes.booleanBox. intersects(Plane plane)Calculate whether or not thisExtentis intersected byplane.protected doubleBox. intersects(Plane plane, double effectiveRadius)booleanCylinder. intersects(Plane plane)Calculate whether or not thisExtentis intersected byplane.protected doubleCylinder. intersects(Plane plane, double effectiveRadius)booleanExtent. intersects(Plane plane)Calculate whether or not thisExtentis intersected byplane.booleanSphere. intersects(Plane plane)Tests for intersection with aPlane.protected doubleBox. intersectsAt(Plane plane, double effectiveRadius, Vec4[] endpoints)protected doubleCylinder. intersectsAt(Plane plane, double effectiveRadius, Vec4[] endpoints)Constructors in gov.nasa.worldwind.geom with parameters of type Plane Constructor Description Box(Vec4 bottomCenter, Vec4 topCenter, Vec4 center, Vec4 r, Vec4 s, Vec4 t, Vec4 ru, Vec4 su, Vec4 tu, double rlength, double sLength, double tLength, Plane[] planes)Frustum(Plane left, Plane right, Plane bottom, Plane top, Plane near, Plane far)Create a frustum from sixPlanes defining the frustum boundaries. -
Uses of Plane in gov.nasa.worldwind.globes
Methods in gov.nasa.worldwind.globes with parameters of type Plane Modifier and Type Method Description doubleEllipsoidalGlobe. getEffectiveRadius(Plane plane)booleanEllipsoidalGlobe. intersects(Plane plane)booleanFlatGlobe. intersects(Plane plane) -
Uses of Plane in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util with parameters of type Plane Modifier and Type Method Description static Intersection[]WWMath. polytopeIntersect(Line line, Plane[] planes)Intersect a line with a convex polytope and return the intersection points. -
Uses of Plane in gov.nasa.worldwindx.applications.sar.segmentplane
Methods in gov.nasa.worldwindx.applications.sar.segmentplane that return Plane Modifier and Type Method Description PlaneSegmentPlane. computeInfinitePlane(Globe globe)
-