Vec2D.clone constructor

Vec2D.clone(
  1. Vec2D copy
)

Implementation

Vec2D.clone(Vec2D copy) : _buffer = Float32List.fromList(copy._buffer);