d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Segment.this
d2d
math
Segment
Segment
Constructor for a segment; Takes in the initial point and the terminal point
class
Segment
(T, uint dimensions)
this
(
Vector
!(
T
,
dimensions
)
initial
,
Vector
!(
T
,
dimensions
)
terminal
)
Meta
Source
See Implementation
d2d
math
Segment
Segment
constructors
this
functions
contains
properties
direction
variables
initial
terminal
Constructor for a segment; Takes in the initial point and the terminal point