* some cleaner updates
This commit is contained in:
parent
fc1adfcc78
commit
fde64b063b
7 changed files with 31 additions and 50 deletions
|
|
@ -17,6 +17,10 @@ public:
|
|||
max() = _max;
|
||||
}
|
||||
|
||||
doVectorBounds(const doVectorBounds& v)
|
||||
: doDistribParams< EOT >( v )
|
||||
{}
|
||||
|
||||
EOT& min(){return this->param(0);}
|
||||
EOT& max(){return this->param(1);}
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue