Class Cylinder3D_F64

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

public class Cylinder3D_F64 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_F64 line
      Line which defines the cylinder's axis
    • radius

      public double radius
      Radius of the cylinder
  • Constructor Details

    • Cylinder3D_F64

      public Cylinder3D_F64()
    • Cylinder3D_F64

      public Cylinder3D_F64(double x_0, double y_0, double z_0, double slopeX, double slopeY, double slopeZ, double radius)
    • Cylinder3D_F64

      public Cylinder3D_F64(LineParametric3D_F64 line, double radius)
    • Cylinder3D_F64

      public Cylinder3D_F64(Cylinder3D_F64 o)
    • Cylinder3D_F64

      public Cylinder3D_F64(boolean declare)
  • Method Details