#include <op_strans_bones.hpp>
|
static const uword | n2 = (do_flip == false) ? (row + col*2) : (col + row*2) |
|
static const uword | n3 = (do_flip == false) ? (row + col*3) : (col + row*3) |
|
static const uword | n4 = (do_flip == false) ? (row + col*4) : (col + row*4) |
|
template<const bool do_flip, const uword row, const uword col>
struct op_strans::pos< do_flip, row, col >
Definition at line 25 of file op_strans_bones.hpp.
template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n2 = (do_flip == false) ? (row + col*2) : (col + row*2) |
|
static |
template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n3 = (do_flip == false) ? (row + col*3) : (col + row*3) |
|
static |
template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n4 = (do_flip == false) ? (row + col*4) : (col + row*4) |
|
static |
The documentation for this struct was generated from the following file: