FPosition<T> constructor

FPosition<T>(
  1. T x,
  2. T y
)

Implementation

FPosition(this.x, this.y);