Data structure describing an optional skew transformation of the map. More...
#include <cmaplib.h>
Public Attributes | |
float | rotation [3][3] |
float | translation [3] |
Data structure describing an optional skew transformation of the map.
float _CMMFile_Skew::rotation[3][3] |
3x3 rotation matrix
Referenced by ccp4_cmap_get_mask(), ccp4_cmap_set_mask(), parse_mapheader(), skew_set(), and write_mapheader().
float _CMMFile_Skew::translation[3] |
translation component
Referenced by ccp4_cmap_get_mask(), ccp4_cmap_set_mask(), parse_mapheader(), skew_set(), and write_mapheader().