Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Mar 30, 2020 · 9 revisions

Point

public struct Point: Hashable

Inheritance

Hashable

Initializers

init(x:y:z:)

public init(x: Double, y: Double, z: Double? = nil)

Properties

z

var z: Double?

fixed

var fixed: Bool = false

y

var y: Double

x

var x: Double
Clone this wiki locally