Lines Matching refs:pivot
505 pivot
511 MTX44PivotC( MTX44* pOut, PivotDirection pivot )
532 if ( pivot == PIVOT_NONE )
537 f32 sin = PIVOT_ROTATION_SIN_COS[ pivot ][ 0 ];
538 f32 cos = PIVOT_ROTATION_SIN_COS[ pivot ][ 1 ];
577 MTX44PivotC_FAST( MTX44* pOut, PivotDirection pivot )
581 if ( ( pivot == PIVOT_NONE ) || ( pivot == PIVOT_UPSIDE_TO_LEFT ) )
583 if ( ( pivot == PIVOT_NONE ) || ( pivot == PIVOT_UPSIDE_TO_TOP ) )
590 if ( pivot == PIVOT_UPSIDE_TO_RIGHT )
592 if ( pivot == PIVOT_UPSIDE_TO_BOTTOM )
618 else if ( pivot == PIVOT_UPSIDE_TO_BOTTOM )
620 else if ( pivot == PIVOT_UPSIDE_TO_LEFT )
646 else // if ( pivot == PIVOT_UPSIDE_TO_TOP )
648 else // if ( pivot == PIVOT_UPSIDE_TO_RIGHT )