Point constructor

Point(
  1. Offset offset,
  2. PointType type,
  3. double pressure
)

constructor

Implementation

Point(this.offset, this.type, this.pressure);