hapticdata / toxiclibsjs

Toxiclibsjs is a library for computational design tasks with JavaScript. This library is a port of http://toxiclibs.org for java and processing.

Home Page:http://haptic-data.com/toxiclibsjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AABB

hapticdata opened this issue · comments

AABB

  • fromMinMax requires Vec3D.interpolateTo
  • getNormalForPoint requires Vec3D.X_AXIS
  • includePoint() requires Vec3D.interpolateTo()
  • intersectsRay() requires Ray3D
  • intersectsSphere() requires Sphere
  • intersectsTriangle3D() requires Triangle3d()
  • toMesh() requires Mesh3D()