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