setComplexAngType static method

void setComplexAngType(
  1. int angType
)

Implementation

static void setComplexAngType( int angType ){
	_env._complexAngType = angType;
	_env._complexIsRad = (_env._complexAngType == ClipMath.angTypeRad);
	_env._complexAngCoef = (_env._complexAngType == ClipMath.angTypeDeg) ? 180.0 : 200.0;
}