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

OpenCascade.GP.Ax3

Documentation

data Ax3 Source #

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

mirror :: Ptr Ax3 -> Ptr Ax1 -> IO () Source #

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

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