Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
iShapeClipper
Union, Subtract and Intersect operators between polygons
Installation
add imports:
import iGeometry
import iShapeClipper
CocoaPods
Add the following to your Podfile
:
pod 'iShapeClipper'
Cartage
Add the following to your Cartfile
:
github "iShape-Swift/iShapeClipper"
Package Manager
Add the following to your Package.swift
:
let package = Package(
name: "[your name]",
products: [
dependencies: [
.package(url: "https://github.com/iShape-Swift/iShapeClipper", from: "0.1.3")
],
targets: [
.target(
name: "[your target]",
dependencies: ["iShapeClipper"])
]
]
)
Github
link |
Stars: 0 |