GitXplorerGitXplorer
m

geometry

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
901eb50f4afd295a42fe15f6efd16778c5590dd2

Fix linter issues

mmarkuswntr committed 6 years ago
Unverified
dab29f39ff8a07c86151052961243efdba5e9d15

Update README

mmarkuswntr committed 6 years ago
Unverified
abc2834a9049fd5b0c3552cbb6d15b7dbfa916c2

Bumps Vector version

mmarkuswntr committed 6 years ago
Unverified
464560d4cea3d590468e7070d2a818b6908272a9

Package update

mmarkuswntr committed 6 years ago
Unverified
055ac0b09cc27c4ff3859d062f8da4d91741a470

Add 2d point and size

mmarkuswntr committed 6 years ago
Unverified
2e91b6ddc776f98d033ebe3505497ab763afcdce

Update surrounding files

mmarkuswntr committed 6 years ago

README

The README file for this repository.

Geometry

Swift Version Build Status Codacy Badge Platform

Defines relative distance of figures, point, size, rectangle and their higher dimensional equivalents. SIMD on target hardware is utilized, whenever possible, to improve the performance of mathmatical operations.

The module does depend on markuswntr/vector and builds on macOS and Linux.

Note: Right now, protocol extensions in markuswntr/vector still require <simd.h> (as of now Apple only) to be available on the target hardware.