MappointRelative constructor

const MappointRelative(
  1. double dx,
  2. double dy
)

Creates a new MappointRelative.

Implementation

const MappointRelative(this.dx, this.dy);