setAngType method

void setAngType(
  1. int type,
  2. bool updateFlag
)

Implementation

void setAngType( int type, bool updateFlag ){
	_angType       = type;
	_angUpdateFlag = updateFlag;
	ClipMath.setComplexAngType( _angType );
}