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

Class CylinderBounded3D_F64

  • All Implemented Interfaces:
    java.io.Serializable


    public class CylinderBounded3D_F64
    extends java.lang.Object
    implements java.io.Serializable
    Specifies a Cylinder in 3D space which is bounded along the axis. The axis line is specified using two points, where the points are its end points.
    See Also:
    Serialized Form
    • Field Detail

      • endA

        public Point3D_F64 endA
        End points of the cylinder
      • endB

        public Point3D_F64 endB
        End points of the cylinder
      • radius

        public double radius
        Radius of the cylinder
    • Constructor Detail

      • CylinderBounded3D_F64

        public CylinderBounded3D_F64()
      • CylinderBounded3D_F64

        public CylinderBounded3D_F64(double x_0,
                                     double y_0,
                                     double z_0,
                                     double x_1,
                                     double y_1,
                                     double z_1,
                                     double radius)
      • CylinderBounded3D_F64

        public CylinderBounded3D_F64(boolean declare)
        Constructor which makes declaration of the two end points optional
        Parameters:
        declare - if true the end points will be declared, otherwise they will be initalized to null.
    • Method Detail

      • set

        public void set(double x_0,
                        double y_0,
                        double z_0,
                        double x_1,
                        double y_1,
                        double z_1,
                        double radius)
      • getRadius

        public double getRadius()
      • toString

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

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.