Skip to content

v2.12.0

Compare
Choose a tag to compare
@axelpale axelpale released this 10 Mar 23:40
· 138 commits to main since this release
ba4d830

In this increment we introduce various collision detection methods.

New features:

  • new geometry: sphere2, sphere3, segment2
  • new box2 methods: hasPoint, getCircle, getSegments, offset, translate, collide
  • new box3 methods: getBasisInverse, hasPoint, getSphere, offset, translate
  • new scalar1 scalar2 scalar3 methods: validate
  • new dist2 dist3 methods: validate
  • new line2 methods: intersection, normal
  • new line3 methods: intersection
  • new path2 path3 methods: validate

Other changes:

  • improved API docs for: point2, box2, box3, line2
  • improved tests for: point2