Vectors operations on integer field
Add the following to your Podfile
:
pod 'iGeometry'
Add the following to your Cartfile
:
github "iShape-Swift/iGeometry"
Add the following to your Package.swift
:
let package = Package(
name: "[your name]",
products: [
dependencies: [
.package(url: "https://github.com/iShape-Swift/iGeometry", from: "1.7.0")
],
targets: [
.target(
name: "[your target]",
dependencies: ["iGeometry"])
]
]
)