Vector

interface Vector

Stores the values of two Points. Since the start and finish points are specified explicitly, for example, you can calculate the angle of the resulting segment relative to the x-axis.

Author

Stanley Wintergreen

Since

0.1.0

Properties

Link copied to clipboard
abstract val finish: Point
Link copied to clipboard
abstract val start: Point

Start of segment.

Sources

Link copied to clipboard