JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.solibri.geometry.primitive3d.MRay3d
Packages that use
MRay3d
Package
Description
com.solibri.geometry.primitive3d
Uses of
MRay3d
in
com.solibri.geometry.primitive3d
Methods in
com.solibri.geometry.primitive3d
that return
MRay3d
Modifier and Type
Method
Description
static
MRay3d
MRay3d.
create
(
Vector3d
origin,
Vector3d
direction)
Returns a ray with the given origin and direction.
static
MRay3d
MRay3d.
create
(
Ray3d
other)
Returns a deep copy of the given ray.