collision-detection-organization

Registered by Paul W. Simons

Class with static functions for collision detection.

class members.

//This passes only the composite that moves, nothing else. The return is true/false. True if colision, false if not.
//A collision with itself is suppressed. This goes down to the lowest level needed for collision.
static bool check_collision(compostie * moved_composite);

static bool compare_aabb(aabb * box1, aabb * box2); //returns true if collision
static bool compare_aabb_to_obb(aabb * box1, obb * box2);
static bool compare_obb(obb * box1, obb* box2);

Blueprint information

Status:
Not started
Approver:
None
Priority:
Essential
Drafter:
None
Direction:
Needs approval
Assignee:
Zachary Struck
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.