Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Nov 16, 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

x

var x: Double

y

var y: Double

z

var z: Double?

fixed

var fixed: Bool = false
Clone this wiki locally