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