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

Class BoxLength3D_F64

  • All Implemented Interfaces:
    java.io.Serializable


    public class BoxLength3D_F64
    extends java.lang.Object
    implements java.io.Serializable
    An axis aligned box in 3D that is specified by a point p=(x0,y0,z0), and its lengthX, lengthY, and lengthZ. The point 'p' has the lowest values and is also known as the lower extent.. The corner which is farthest away from 'p' is (x0+lengthX , y0+lengthY, z0+lengthZ), the upper extent.
    See Also:
    Serialized Form
    • Field Detail

      • p

        public Point3D_F64 p
        Point on the box with the lowest values. The lower extent.
      • lengthX

        public double lengthX
        The length of each size along their respective axises
      • lengthY

        public double lengthY
        The length of each size along their respective axises
      • lengthZ

        public double lengthZ
        The length of each size along their respective axises
    • Constructor Detail

      • BoxLength3D_F64

        public BoxLength3D_F64(double x0,
                               double y0,
                               double z0,
                               double lengthX,
                               double lengthY,
                               double lengthZ)
      • BoxLength3D_F64

        public BoxLength3D_F64()
    • Method Detail

      • set

        public void set(double x0,
                        double y0,
                        double z0,
                        double lengthX,
                        double lengthY,
                        double lengthZ)
      • area

        public double area()
      • getLengthX

        public double getLengthX()
      • getLengthY

        public double getLengthY()
      • getLengthZ

        public double getLengthZ()
      • setLengthX

        public void setLengthX(double lengthX)
      • setLengthY

        public void setLengthY(double lengthY)
      • setLengthZ

        public void setLengthZ(double lengthZ)
      • 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.