Uses of Class
georegression.struct.shapes.Triangle2D_F32
Packages that use Triangle2D_F32
Package
Description
-
Uses of Triangle2D_F32 in georegression.geometry
Methods in georegression.geometry with parameters of type Triangle2D_F32Modifier and TypeMethodDescriptionstatic intUtilPolygons2D_F32.closestSideTriangle(Triangle2D_F32 t, float px, float py) static intUtilPolygons2D_F32.closestSideTriangleInside(Triangle2D_F32 t, float px, float py) static booleanUtilPolygons2D_F32.isCCW(Triangle2D_F32 shape) -
Uses of Triangle2D_F32 in georegression.metric
Methods in georegression.metric with parameters of type Triangle2D_F32Modifier and TypeMethodDescriptionstatic intIntersection2D_F32.insideCircumcircleCCW(Triangle2D_F32 t, float px, float py, float tol) static intIntersection2D_F32.insideTriangle(Triangle2D_F32 t, float px, float py) static intIntersection2D_F32.insideTriangle(Triangle2D_F32 t, Point2D_F32 pt) static intIntersection2D_F32.insideTriangleV2(Triangle2D_F32 t, float px, float py) -
Uses of Triangle2D_F32 in georegression.struct
Methods in georegression.struct with parameters of type Triangle2D_F32Modifier and TypeMethodDescriptionvoidMesh2D_F32.getTriangle(int id, Triangle2D_F32 shape) booleanMesh2D_F32.TriOp.op(int triangleID, int v0, int v1, int v2, Triangle2D_F32 shape) -
Uses of Triangle2D_F32 in georegression.struct.shapes
Methods in georegression.struct.shapes that return Triangle2D_F32Modifier and TypeMethodDescriptionTriangle2D_F32.copy()Triangle2D_F32.setTo(float x0, float y0, float x1, float y1, float x2, float y2) Triangle2D_F32.setTo(Triangle2D_F32 orig) Methods in georegression.struct.shapes with parameters of type Triangle2D_F32