Scenes Release 1.0.0
Added ability to apply transforms to arbitrary points
Added the following functionality:
- RenderableEntity:
- public func applyTransforms(toPoint:Point, transforms:[Transform]? = nil) -> Point
- public func applyTransforms(toPoints:[Point], transforms:[Transform]? = nil) -> [Point]