Skip to content

Scenes Release 1.0.0

Choose a tag to compare

@DBenYaakov DBenYaakov released this 05 Apr 03:28
· 42 commits to master since this release

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]