Skip to content

Latest commit

 

History

History
executable file
·
41 lines (27 loc) · 371 Bytes

LineSegment.md

File metadata and controls

executable file
·
41 lines (27 loc) · 371 Bytes

LineSegment

public struct LineSegment

Initializers

init(a:b:)

public init(a: Site, b: Site)

Properties

a

var a: Site

b

var b: Site

Methods

containsPoint(_:)

func containsPoint(_ point: Site) -> Bool

length()

func length() -> Double