Uses of Class
org.episteme.core.mathematics.geometry.Ray2D
Packages that use Ray2D
-
Uses of Ray2D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry with parameters of type Ray2DModifier and TypeMethodDescriptionstatic RealComputationalGeometry2D.intersectRayCircle(Ray2D ray, Point2D center, Real radius) Intersects a ray with a circle.static RealComputationalGeometry2D.intersectRaySegment(Ray2D ray, Point2D p1, Point2D p2) Intersects a ray with a line segment.