Define the lamps coordinates systems.
More...
Go to the source code of this file.
|
| namespace | lampda |
| | Program scope.
|
| |
| namespace | lampda::modes |
| | Contains basic interface types to implement custom user modes.
|
| |
| namespace | lampda::modes::hardware |
| | Provide interface to the physical hardware and other facilities.
|
| |
|
|
template<size_t maxOverflowHeight, typename _OutTy = std::array<uint16_t, maxOverflowHeight + 1>> |
| static constexpr _OutTy | lampda::modes::hardware::details::computeResidues (float realExactWidth) |
| |
|
template<size_t maxOverflowHeight, typename _OutTy = std::array<bool, maxOverflowHeight + 1>> |
| static constexpr _OutTy | lampda::modes::hardware::details::computeDeltaResidues (float realExactWidth) |
| |
|
template<size_t maxOverflowHeight, typename _OutTy = std::array<int, maxOverflowHeight + 1>> |
| static constexpr _OutTy | lampda::modes::hardware::details::computeExtraShiftResidues (float realExactWidth) |
| |
Define the lamps coordinates systems.