#include <operator/operator.pmh>
|
#define | FE_SDO_DEBUG FALSE |
|
#define | FE_SDO_VERBOSE FALSE |
|
#define | FE_SDO_EXPAND_DEBUG FALSE |
|
#define | FE_SDO_THREAD FALSE |
|
#define | FE_SDO_PROFILE (FE_CODEGEN==FE_PROFILE) |
|
#define | FE_SDO_UV_LO(U) (U<bridgeLo) |
|
#define | FE_SDO_UV_HI(U) (U>bridgeHi) |
|
#define | FE_SDO_WRAP_UV(WRAP, UV) |
|
◆ FE_SDO_WRAP_UV
#define FE_SDO_WRAP_UV |
( |
|
WRAP, |
|
|
|
UV |
|
) |
| |
Value:if(WRAP){ \
if(UV[0]>1.0) UV[0]-=1.0; \
if(UV[1]>1.0) UV[1]-=1.0; }