예제 #1
0
	inline void put(const Scalar<T>& value) {
		put(value.strip());
	}
예제 #2
0
파일: Vector2.hpp 프로젝트: Byterz/PutkaRTS
	// Strip unit
	Vector2<> strip() const {
		return Vector2<>(x.strip(), y.strip());
	}