iGeometry
整数域上的向量运算
安装
CocoaPods
将以下内容添加到您的 Podfile
中
pod 'iGeometry'
Cartage
将以下内容添加到您的 Cartfile
中
github "iShape-Swift/iGeometry"
Package Manager
将以下内容添加到您的 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"])
]
]
)