Skip to content

Roblox Luau implementation of Separating Axis Theorem

License

Notifications You must be signed in to change notification settings

mattmarcin/SATUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SATUtil

Roblox Luau implementation of Separating Axis Theorem

Install Using Wally

"satutil = "mattmarcin/satutil@0.2.0"

Install Manually

Copy init.lua into your project.

Usage

Require the Module and then pass in 2 Models.

SATUtil.ModelsCollide(model1, model2)

Returns true if the bounding boxes intersect.

The parameters must be Roblox Models.

About

Roblox Luau implementation of Separating Axis Theorem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages