Searched defs:rot2 (Results 1 – 2 of 2) sorted by relevance
32 #define rot2(x) (((x) << 16) | ((x) >> 16)) macro
434 Rotation2D<Scalar> rot2(angle); in transformations() local