Lines Matching refs:pivot
27 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
30 MTX44Pivot( pOut, pivot );
59 pivot
64 MTX44Pivot( MTX44* pOut, PivotDirection pivot )
85 if ( pivot == PIVOT_NONE )
90 f32 sin = PIVOT_ROTATION_SIN_COS[ pivot ][ 0 ];
91 f32 cos = PIVOT_ROTATION_SIN_COS[ pivot ][ 1 ];
164 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
167 MTX44Pivot( pOut, pivot );
173 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
176 MTX44Pivot( pOut, pivot );