#include <op_strans_bones.hpp>
Static Public Attributes | |
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) |
Definition at line 25 of file op_strans_bones.hpp.
const uword op_strans::pos< do_flip, row, col >::n2 = (do_flip == false) ? (row + col*2) : (col + row*2) [static] |
Definition at line 27 of file op_strans_bones.hpp.
const uword op_strans::pos< do_flip, row, col >::n3 = (do_flip == false) ? (row + col*3) : (col + row*3) [static] |
Definition at line 28 of file op_strans_bones.hpp.
const uword op_strans::pos< do_flip, row, col >::n4 = (do_flip == false) ? (row + col*4) : (col + row*4) [static] |
Definition at line 29 of file op_strans_bones.hpp.