|
|
|
@ -200,6 +200,7 @@ template<UnsignedInt dimensions, class T> class Range { |
|
|
|
static Type<T> fromSize(const VectorType<T>& min, const VectorType<T>& size) { \
|
|
|
|
static Type<T> fromSize(const VectorType<T>& min, const VectorType<T>& size) { \
|
|
|
|
return Range<dimensions, T>::fromSize(min, size); \
|
|
|
|
return Range<dimensions, T>::fromSize(min, size); \
|
|
|
|
} \
|
|
|
|
} \
|
|
|
|
|
|
|
|
\
|
|
|
|
Type<T> translated(const VectorType<T>& vector) const { \
|
|
|
|
Type<T> translated(const VectorType<T>& vector) const { \
|
|
|
|
return Range<dimensions, T>::translated(vector); \
|
|
|
|
return Range<dimensions, T>::translated(vector); \
|
|
|
|
} \
|
|
|
|
} \
|
|
|
|
|