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