Uses of Class
georegression.struct.shapes.Triangle3D_F32
-
Uses of Triangle3D_F32 in georegression.metric
Modifier and TypeMethodDescriptionstatic float
Distance3D_F32.distance
(Triangle3D_F32 triangle, Point3D_F32 point) Signed distance from a 3D point to 3D triangle.static int
Intersection3D_F32.intersection
(Triangle3D_F32 T, LineParametric3D_F32 R, Point3D_F32 output) Finds the intersection between a 3D triangle and a line.static int
Intersection3D_F32.intersection
(Triangle3D_F32 T, LineParametric3D_F32 R, Point3D_F32 output, Vector3D_F32 u, Vector3D_F32 v, Vector3D_F32 n, Vector3D_F32 w0) Finds the intersection between a 3D triangle and a line.static int
Intersection3D_F32.intersection
(Triangle3D_F32 T, LineSegment3D_F32 R, Point3D_F32 output) Finds the intersection between a 3D triangle and a line-segment.static int
Intersection3D_F32.intersection
(Triangle3D_F32 T, LineSegment3D_F32 R, Point3D_F32 output, Vector3D_F32 u, Vector3D_F32 v, Vector3D_F32 n, Vector3D_F32 dir, Vector3D_F32 w0) Finds the intersection between a 3D triangle and a line-segment. -
Uses of Triangle3D_F32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionTriangle3D_F32.copy()
Triangle3D_F32.setTo
(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) Triangle3D_F32.setTo
(Triangle3D_F32 orig)