Uses of Class
georegression.struct.shapes.Triangle3D_F64
-
Uses of Triangle3D_F64 in georegression.metric
Modifier and TypeMethodDescriptionstatic double
Distance3D_F64.distance
(Triangle3D_F64 triangle, Point3D_F64 point) Signed distance from a 3D point to 3D triangle.static int
Intersection3D_F64.intersection
(Triangle3D_F64 T, LineParametric3D_F64 R, Point3D_F64 output) Finds the intersection between a 3D triangle and a line.static int
Intersection3D_F64.intersection
(Triangle3D_F64 T, LineParametric3D_F64 R, Point3D_F64 output, Vector3D_F64 u, Vector3D_F64 v, Vector3D_F64 n, Vector3D_F64 w0) Finds the intersection between a 3D triangle and a line.static int
Intersection3D_F64.intersection
(Triangle3D_F64 T, LineSegment3D_F64 R, Point3D_F64 output) Finds the intersection between a 3D triangle and a line-segment.static int
Intersection3D_F64.intersection
(Triangle3D_F64 T, LineSegment3D_F64 R, Point3D_F64 output, Vector3D_F64 u, Vector3D_F64 v, Vector3D_F64 n, Vector3D_F64 dir, Vector3D_F64 w0) Finds the intersection between a 3D triangle and a line-segment. -
Uses of Triangle3D_F64 in georegression.struct.shapes
Modifier and TypeMethodDescriptionTriangle3D_F64.copy()
Triangle3D_F64.setTo
(double x0, double y0, double z0, double x1, double y1, double z1, double x2, double y2, double z2) Triangle3D_F64.setTo
(Triangle3D_F64 orig)