Uses of Interface
com.solibri.geometry.primitive2d.Ray2d
Packages that use Ray2d
-
Uses of Ray2d in com.solibri.geometry.primitive2d
Subinterfaces of Ray2d in com.solibri.geometry.primitive2dModifier and TypeInterfaceDescriptioninterface
Mutable interface to handle 2-dimensional rays.Methods in com.solibri.geometry.primitive2d that return Ray2dModifier and TypeMethodDescriptionstatic Ray2d
Returns a ray with the given origin and direction.static Ray2d
Returns a deep copy of the given ray.Methods in com.solibri.geometry.primitive2d with parameters of type Ray2dModifier 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.