Uses of Interface
com.solibri.geometry.primitive2d.Ray2d
-
Uses of Ray2d in com.solibri.geometry.primitive2d
Modifier and TypeInterfaceDescriptioninterface
Mutable interface to handle 2-dimensional rays.Modifier and TypeMethodDescriptionstatic Ray2d
Returns a ray with the given origin and direction.static Ray2d
Returns a deep copy of the given ray.Modifier and TypeMethodDescriptionstatic MRay2d
Returns a deep copy of the given ray.static Ray2d
Returns a deep copy of the given ray.Returns an optional containing the intersection point between the rays if present, an empty optional otherwise.boolean
Ray2d.intersects
(Ray2d ray) Returns true if the rays intersect, false otherwise.