Uses of Class
georegression.struct.point.Point3D_I32
-
Uses of Point3D_I32 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection3D_I32.contains
(Box3D_I32 box, Point3D_I32 point) Returns true if the point is contained inside the box. -
Uses of Point3D_I32 in georegression.struct.point
Modifier and TypeMethodDescriptionPoint3D_I32.copy()
Point3D_I32.createNewInstance()
Point3D_I32.setTo
(Point3D_I32 p) Modifier and TypeMethodDescriptionboolean
Point3D_I32.isIdentical
(Point3D_I32 p) Point3D_I32.setTo
(Point3D_I32 p) -
Uses of Point3D_I32 in georegression.struct.shapes
Modifier and TypeFieldDescriptionBox3D_I32.p0
The lower point/extent.Box3D_I32.p1
The upper point/extentModifier and TypeMethodDescriptionvoid
Box3D_I32.setP0
(Point3D_I32 p0) void
Box3D_I32.setP1
(Point3D_I32 p1)