示例#1
0
	inline void put(const Scalar<T>& value) {
		put(value.strip());
	}
示例#2
0
	// Strip unit
	Vector2<> strip() const {
		return Vector2<>(x.strip(), y.strip());
	}