Uses of Class
toxi.geom.IsectData3D
Packages that use IsectData3D
-
Uses of IsectData3D in toxi.geom
Methods in toxi.geom that return IsectData3DModifier and TypeMethodDescriptionBoxIntersector.getIntersectionData()
Intersector3D.getIntersectionData()
PlaneIntersector.getIntersectionData()
Ray3DIntersector.getIntersectionData()
SphereIntersectorReflector.getIntersectionData()
TriangleIntersector.getIntersectionData()
Constructors in toxi.geom with parameters of type IsectData3D -
Uses of IsectData3D in toxi.geom.mesh
Methods in toxi.geom.mesh that return IsectData3DModifier and TypeMethodDescriptionMeshIntersector.getIntersectionData()
TriangleMesh.getIntersectionData()
Terrain.intersectAtPoint
(float x, float z) Computes the 3D position (with elevation) and normal vector at the given 2D location in the terrain. -
Uses of IsectData3D in toxi.newmesh
Methods in toxi.newmesh that return IsectData3D