Beispiel #1
0
	constexpr point2<T> scale(point2<T> a, vec2<T> b)
	{
		a.scale(b);
		return a;
	}