opencascade-hs-0.2.2.0: Thin Wrapper for the OpenCASCADE CAD Kernel
Safe HaskellNone
LanguageHaskell2010

OpenCascade.GP.Ax2

Documentation

data Ax2 Source #

setAxis :: Ptr Ax2 -> Ptr Ax1 -> IO () Source #

mirror :: Ptr Ax2 -> Ptr Ax2 -> IO () Source #

rotate :: Ptr Ax2 -> Ptr Ax1 -> Double -> IO () Source #

scale :: Ptr Ax2 -> Ptr Pnt -> Double -> IO () Source #