Documentation of 'georegression.struct.shapes.Cylinder3D_F64' Java class
Cylinder3D_F64
georegression.struct.shapes

Class Cylinder3D_F64

  • All Implemented Interfaces:
    java.io.Serializable


    public class Cylinder3D_F64
    extends java.lang.Object
    implements java.io.Serializable
    Defines a cylinder in 3D space using a point and vector, which defines a line, and a radius around the line.
    See Also:
    Serialized Form
    • Field Detail

      • radius

        public double radius
        Radius of the cylinder
    • Constructor Detail

      • 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(boolean declare)
    • Method Detail

      • set

        public void set(double x_0,
                        double y_0,
                        double z_0,
                        double slopeX,
                        double slopeY,
                        double slopeZ,
                        double radius)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.