Class Sphere3D_F64

java.lang.Object
georegression.struct.shapes.Sphere3D_F64
All Implemented Interfaces:
Serializable

public class Sphere3D_F64 extends Object implements Serializable
Defines a sphere in 3D space using a center point and radius.
See Also:
  • Field Details

    • center

      public Point3D_F64 center
      Center point of the sphere
    • radius

      public double radius
      Radius of the sphere
  • Constructor Details

    • Sphere3D_F64

      public Sphere3D_F64()
    • Sphere3D_F64

      public Sphere3D_F64(double x, double y, double z, double radius)
    • Sphere3D_F64

      public Sphere3D_F64(Sphere3D_F64 o)
  • Method Details