Uses of Class
Jcg.geometry.Ray_2
Packages that use Ray_2
-
Uses of Ray_2 in Jcg.geometry
Methods in Jcg.geometry with parameters of type Ray_2Modifier and TypeMethodDescriptionstatic booleanGeometricOperations_2.doIntersect(Segment_2 s, Ray_2 r) Deprecated.Returns true if segment s and ray r intersectbooleanstatic Point_2Deprecated.Returns approximate intersection between segment s and ray r -
Uses of Ray_2 in Jcg.geometry.kernel
Methods in Jcg.geometry.kernel with parameters of type Ray_2Modifier and TypeMethodDescriptionbooleanApproximatePredicates_2.doIntersect(Segment_2 s, Ray_2 r) Returns true if segment s and ray r intersectbooleanExactPredicates_2.doIntersect(Segment_2 s, Ray_2 r) Returns true if segment s and ray r intersectbooleanFilteredPredicates_2.doIntersect(Segment_2 s, Ray_2 r) Returns true if segment s and ray r intersect Test is not filtered.booleanGeometricPredicates_2.doIntersect(Segment_2 s, Ray_2 r) Returns true if segment s and ray r intersectReturn approximate intersection between segment s and ray rReturns approximate intersection between segment s and ray r