Class Cylinder3D_F32

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

@Generated("georegression.struct.shapes.Cylinder3D_F64") public class Cylinder3D_F32 extends Object implements Serializable
Defines a cylinder in 3D space using a point and vector, which defines a line, and a radius around the line.
See Also:
  • Field Details

    • line

      public LineParametric3D_F32 line
      Line which defines the cylinder's axis
    • radius

      public float radius
      Radius of the cylinder
  • Constructor Details

    • Cylinder3D_F32

      public Cylinder3D_F32()
    • Cylinder3D_F32

      public Cylinder3D_F32(float x_0, float y_0, float z_0, float slopeX, float slopeY, float slopeZ, float radius)
    • Cylinder3D_F32

      public Cylinder3D_F32(LineParametric3D_F32 line, float radius)
    • Cylinder3D_F32

      public Cylinder3D_F32(Cylinder3D_F32 o)
    • Cylinder3D_F32

      public Cylinder3D_F32(boolean declare)
  • Method Details