Lines Matching refs:pivot
123 pivot
128 MTX44Pivot( MTX44* pOut, PivotDirection pivot )
149 if ( pivot == PIVOT_NONE )
154 f32 sin = PIVOT_ROTATION_SIN_COS[ pivot ][ 0 ];
155 f32 cos = PIVOT_ROTATION_SIN_COS[ pivot ][ 1 ];
207 @param[in] pivot 画面の回転方向
212 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
215 MTX44Pivot( pOut, pivot );
231 @param[in] pivot 画面の回転方向
236 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
239 MTX44Pivot( pOut, pivot );
253 @param[in] pivot 画面の回転方向
258 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
261 MTX44Pivot( pOut, pivot );