simple-vec3-0.1.0.1: Three-dimensional vectors of doubles with basic operations

Safe HaskellNone

Data.Vec3.Storable

Synopsis

Documentation

data SVec3 Source

Vec3 implementation with Storable instance, suitable for use with Data.Vector.Storable.

Constructors

SVec3 !CDouble !CDouble !CDouble