Uses of Class
org.episteme.core.mathematics.geometry.Ray3D
Packages that use Ray3D
-
Uses of Ray3D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry with parameters of type Ray3DModifier and TypeMethodDescriptionstatic RealComputationalGeometry3D.intersectRayPlane(Ray3D ray, Point3D planePoint, Vector3D planeNormal) Intersects a ray with a plane.static RealComputationalGeometry3D.intersectRaySphere(Ray3D ray, Point3D center, Real radius) Intersects a ray with a sphere.static RealComputationalGeometry3D.intersectRayTriangle(Ray3D ray, Point3D v0, Point3D v1, Point3D v2) Intersects a ray with a triangle.