THREE.Plane
Contents
newtype Plane Source #
https://threejs.org/docs/#api/en/math/Plane
Constructors
Fields
Defined in THREE.Plane
Methods
fromJSVal :: JSVal -> IO (Maybe Plane) Source #
fromJSValUnchecked :: JSVal -> IO Plane Source #
toArgs :: Plane -> IO [JSVal] Source #
toJSVal :: Plane -> IO JSVal Source #
toObject :: Plane -> IO Object Source #
new :: Three Plane Source #