API Docs for: GoblinPhysics
Show:

AABB Class

Defined in: src\classes\AABB.js:1
Module: Goblin

Constructor

AABB

(
  • [min]
  • [max]
)

Parameters:

  • [min] Vec3 optional
  • [max] Vec3 optional

Properties

end {vec3{ end point of the segment

Vec3

Checks if a ray segment intersects with this AABB

max

Vec3

min

Vec3