PixelFloat64.from constructor

PixelFloat64.from(
  1. PixelFloat64 other
)

Implementation

PixelFloat64.from(PixelFloat64 other)
    : _x = other._x,
      _y = other._y,
      _index = other._index,
      image = other.image;