dvec

The main module for the dvec library. Publicly imports all components so you just need to import dvec;

Modules

matrix
module dvec.matrix

This module contains the Mat templated struct representing matrices and their operations.

vector
module dvec.vector

This module contains the Vec templated struct representing vectors and their operations.

vector_types
module dvec.vector_types

Convenient pre-defined vector types.

Public Imports

dvec.vector
public import dvec.vector;
Undocumented in source.
dvec.matrix
public import dvec.matrix;
Undocumented in source.

Meta