PeriDyno 1.0.0
Loading...
Searching...
No Matches
Matrix2x2.h File Reference
#include <glm/mat2x2.hpp>
#include "SquareMatrix.h"
#include "Matrix2x2.inl"
Include dependency graph for Matrix2x2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dyno::SquareMatrix< T, 2 >
 

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Typedefs

typedef SquareMatrix< float, 2 > dyno::Mat2f
 
typedef SquareMatrix< double, 2 > dyno::Mat2d
 

Functions

template<typename S, typename T>
DYN_FUNC const SquareMatrix< T, 2 > dyno::operator* (S scale, const SquareMatrix< T, 2 > &mat)