Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Namespaces | Functions
coordinates.hpp File Reference

Define the lamps coordinates systems. More...

Go to the source code of this file.

Namespaces

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.
 

Functions

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)
 

Detailed Description

Define the lamps coordinates systems.