THREE.Vector4
Contents
newtype Vector4 Source #
https://threejs.org/docs/#api/en/scenes/Vector4
Constructors
Fields
Defined in THREE.Vector4
Methods
toObject :: Vector4 -> IO Object Source #
w :: Property Vector4 Double Source #
x :: Property Vector4 Double Source #
y :: Property Vector4 Double Source #
z :: Property Vector4 Double Source #
new :: Three Vector4 Source #
https://threejs.org/docs/#api/en/cameras/Vector4