Data structure that defines dimensions of a line-segment

Hierarchy

  • SegmentDimensions

Properties

Properties

endX: number

X value of end location

endY: number

Y value of end location

startX: number

X value of start location

startY: number

Y value of start location