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

Point

public struct Point: Hashable

Inheritance

DOTRepresentable, 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

Methods

representation(in:)

func representation(in graph: Graph) -> String?

Clone this wiki locally