Class Sphere3D_F32

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

@Generated("georegression.struct.shapes.Sphere3D_F64") public class Sphere3D_F32 extends Object implements Serializable
Defines a sphere in 3D space using a center point and radius.
See Also:
  • Field Details

    • center

      public Point3D_F32 center
      Center point of the sphere
    • radius

      public float radius
      Radius of the sphere
  • Constructor Details

    • Sphere3D_F32

      public Sphere3D_F32()
    • Sphere3D_F32

      public Sphere3D_F32(float x, float y, float z, float radius)
    • Sphere3D_F32

      public Sphere3D_F32(Sphere3D_F32 o)
  • Method Details