hpi-swa-teaching / GameMecha

A library providing implementations for common patterns in Squeak/Smalltalk game development.
MIT License
12 stars 2 forks source link

add collision for rotated rectangles [3] #36

Closed benrobby closed 6 years ago

benrobby commented 6 years ago

Story

As a user/developer I want to request collision information (just like in simple collision) but based on rotated rectangles and not AABB.

Description

  1. Why: Precision and performance can be critical
  2. What:
    • [x] implementation
    • [x] tests
    • [x] acceptance test
    • [x] refactored
  3. Done: (How can it be demonstrated?)

Use the part above for features, the one below for real issues. Delete the part you do not need.


Expected Behavior

Actual Behavior

Steps to reproduce error

benrobby commented 6 years ago

estimation: 3

ekrebs5 commented 6 years ago

accepted