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

Class Cylinder3D_F32

  • All Implemented Interfaces:
    java.io.Serializable


    public class Cylinder3D_F32
    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 float radius
        Radius of the cylinder
    • Constructor Detail

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

      • set

        public void set(float x_0,
                        float y_0,
                        float z_0,
                        float slopeX,
                        float slopeY,
                        float slopeZ,
                        float 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.