There was an error while loading. Please reload this page.
public struct Point: Hashable
Hashable
init(x:y:z:)
public init(x: Double, y: Double, z: Double? = nil)
x
var x: Double
y
var y: Double
z
var z: Double?
fixed
var fixed: Bool = false