Uses of Interface
com.solibri.geometry.primitive2d.MRay2d
-
Packages that use MRay2d Package Description com.solibri.geometry.primitive2d -
-
Uses of MRay2d in com.solibri.geometry.primitive2d
Methods in com.solibri.geometry.primitive2d that return MRay2d Modifier and Type Method Description static MRay2d
MRay2d. create(Vector2d origin, Vector2d direction)
Returns a ray with the given origin and direction.static MRay2d
MRay2d. create(Ray2d other)
Returns a deep copy of the given ray.
-