Uses of Class
eu.iv4xr.framework.spatial.Line
-
Uses of Line in eu.iv4xr.framework.spatial
Modifier and TypeMethodDescriptionIn typical cases, if a line intersects with a 3D rectangle, it will intersect at one point (if the line ends somewhere inside the rectangle), or at two points (if the line pass through the whole rectangle).Returns a list of intersection between a line segment and an object.Line-sphere intersection: https://en.wikipedia.org/wiki/Line%E2%80%93sphere_intersectiondefault Boolean
LineIntersectable.intersects(Line l)
Checks if a line segment intersects an object.