Axis-Aligned Bounding Box


/ Published in: Clojure
Save to your folder(s)

make-aabb [a-point b-point] [a-point b-point]: Creates a 3D Axis-Aligned Bounding Box (AABB).

aabb-contains? [a-box a-point]: Returns true if a 3D AABB contains a given point.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.