Uses of Class
toxi.geom.IsectData3D

Packages that use IsectData3D
toxi.geom   
toxi.geom.mesh   
 

Uses of IsectData3D in toxi.geom
 

Methods in toxi.geom that return IsectData3D
 IsectData3D TriangleIntersector.getIntersectionData()
           
 IsectData3D SphereIntersectorReflector.getIntersectionData()
           
 IsectData3D Ray3DIntersector.getIntersectionData()
           
 IsectData3D Intersector3D.getIntersectionData()
           
 

Constructors in toxi.geom with parameters of type IsectData3D
IsectData3D(IsectData3D isec)
           
 

Uses of IsectData3D in toxi.geom.mesh
 

Methods in toxi.geom.mesh that return IsectData3D
 IsectData3D TriangleMesh.getIntersectionData()
           
 IsectData3D Terrain.intersectAtPoint(float x, float z)
          Computes the 3D position (with elevation) and normal vector at the given 2D location in the terrain.