Class Hemisphere

All Implemented Interfaces:
Serializable, Comparable, TemporalComputedObject3D, MatrixPropertiesObject, XmlRepresentable

public class Hemisphere extends Sphere
See Also:
  • Constructor Details

    • Hemisphere

      public Hemisphere(Point3D center, double radius, Point3D north)
    • Hemisphere

      public Hemisphere()
    • Hemisphere

      public Hemisphere(Axe axis, double radius)
    • Hemisphere

      public Hemisphere(Point3D center, double radius)
  • Method Details