Uses of Class
georegression.struct.shapes.Quadrilateral_F32
Packages that use Quadrilateral_F32
- 
Uses of Quadrilateral_F32 in georegression.geometryMethods in georegression.geometry with parameters of type Quadrilateral_F32Modifier and TypeMethodDescriptionstatic voidUtilPolygons2D_F32.bounding(Quadrilateral_F32 quad, Rectangle2D_F32 rectangle) Finds the minimum area bounding rectangle around the quadrilateral.static Point2D_F32UtilPolygons2D_F32.center(Quadrilateral_F32 quad, @Nullable Point2D_F32 center) Computes the center or average point in the quadrilateral.static voidUtilPolygons2D_F32.convert(Polygon2D_F32 input, Quadrilateral_F32 output) Converts a polygon into a quadrilateralstatic voidUtilPolygons2D_F32.convert(Quadrilateral_F32 input, Polygon2D_F32 output) Converts a quadrilateral into a polygonstatic voidUtilPolygons2D_F32.convert(Rectangle2D_F32 input, Quadrilateral_F32 output) Converts a rectangle into a quadrilateralstatic voidUtilPolygons2D_F32.convert(RectangleLength2D_I32 input, Quadrilateral_F32 output) Converts a rectangle into a quadrilateral
- 
Uses of Quadrilateral_F32 in georegression.metricMethods in georegression.metric with parameters of type Quadrilateral_F32Modifier and TypeMethodDescriptionstatic booleanIntersection2D_F32.contains(Quadrilateral_F32 quad, Point2D_F32 pt) True if the point is contained inside the quadrilateral.static floatDistance2D_F32.distance(Quadrilateral_F32 quad, Point2D_F32 p) Returns the Euclidean distance of the closest point on the quadrilateral to the provided point.static floatDistance2D_F32.distanceSq(Quadrilateral_F32 quad, Point2D_F32 p) Returns the Euclidean distance squared of the closest point on the quadrilateral to the provided point.static floatArea2D_F32.quadrilateral(Quadrilateral_F32 quad) Area of a quadrilateral computed from two triangles.
- 
Uses of Quadrilateral_F32 in georegression.struct.shapesMethods in georegression.struct.shapes that return Quadrilateral_F32Methods in georegression.struct.shapes with parameters of type Quadrilateral_F32Modifier and TypeMethodDescriptionbooleanQuadrilateral_F32.isEquals(Quadrilateral_F32 quad, float tol) Returns true if the two quadrilaterals are equal to each other to within tolerance.voidQuadrilateral_F32.setTo(Quadrilateral_F32 quad) Constructors in georegression.struct.shapes with parameters of type Quadrilateral_F32