CSS Keywords

{object_name}

Editing

increasing

각도를 θ₂ - θ₁ ∈ [0, 360]이 되도록 조정한다.

유사 자바스크립트
if (θ₂ < θ₁) {
  θ₂ += 360;
}

지원 웹브라우저