Package georegression.struct.shapes


package georegression.struct.shapes
  • Classes
    Class
    Description
    An axis aligned box in 3D that is specified by two points, p0 and p1, the lower and upper extents of the box.
    An axis aligned box in 3D that is specified by two points, p0 and p1, the lower and upper extents of the box.
    An axis aligned box in 3D that is specified by two points, p0 and p1, the lower and upper extents of the box.
    An axis aligned box in 3D that is specified by a point p=(x0,y0,z0), and its lengthX, lengthY, and lengthZ.
    An axis aligned box in 3D that is specified by a point p=(x0,y0,z0), and its lengthX, lengthY, and lengthZ.
    Defines a cylinder in 3D space using a point and vector, which defines a line, and a radius around the line.
    Defines a cylinder in 3D space using a point and vector, which defines a line, and a radius around the line.
    Specifies a Cylinder in 3D space which is bounded along the axis.
    Specifies a Cylinder in 3D space which is bounded along the axis.
    Describes a polygon in 2D.
    Describes a polygon in 2D.
    Describes a polygon in 2D.
    A polygon with 4 vertices, a,b,c, and d.
    A polygon with 4 vertices, a,b,c, and d.
    An axis aligned rectangle in 2D that is specified by its lower-extent p0, and upper-extent p1.
    An axis aligned rectangle in 2D that is specified by its lower-extent p0, and upper-extent p1.
    An axis aligned rectangle in 2D that is specified by its lower extent (x0,y0), and upper extent (x1,y1).
    An axis aligned rectangle in 2D that is specified by its lower extent (x0,y0), width, and height.
    An axis aligned rectangle in 2D that is specified by its lower extent (x0,y0), width, and height.
    An axis aligned rectangle in 2D that is specified by its lower extent (x0,y0), width, and height.
    Defines a sphere in 3D space using a center point and radius.
    Defines a sphere in 3D space using a center point and radius.
    Triangle in 3D space.
    Triangle in 3D space.