Searched refs:getClamper (Results 1 – 1 of 1) sorted by relevance
203 constexpr const clamping_function& getClamper() const noexcept { in getClamper() function288 float3 linear = mSource.toLinear(apply(v, mSource.getClamper())); in transform()289 return apply(mDestination.fromLinear(mTransform * linear), mDestination.getClamper()); in transform()293 float3 linear = apply(v, mSource.getClamper()); in transformLinear()294 return apply(mTransform * linear, mDestination.getClamper()); in transformLinear()