Safe Haskell | None |
---|---|
Language | Haskell98 |
FreeType.Support.Computations.Internal
Contents
Synopsis
- ft_Vector_Transform' :: Ptr FT_Vector -> Ptr FT_Matrix -> IO ()
- ft_Matrix_Multiply' :: Ptr FT_Matrix -> Ptr FT_Matrix -> IO ()
- ft_Matrix_Invert' :: Ptr FT_Matrix -> IO FT_Error
- ft_Vector_Unit' :: Ptr FT_Vector -> FT_Angle -> IO ()
- ft_Vector_Rotate' :: Ptr FT_Vector -> FT_Angle -> IO ()
- ft_Vector_Length' :: Ptr FT_Vector -> IO FT_Fixed
- ft_Vector_Polarize' :: Ptr FT_Vector -> Ptr FT_Fixed -> Ptr FT_Angle -> IO ()
- ft_Vector_From_Polar' :: Ptr FT_Vector -> FT_Fixed -> FT_Angle -> IO ()