From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- namespaceyage_1_1matrix.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'namespaceyage_1_1matrix.html') diff --git a/namespaceyage_1_1matrix.html b/namespaceyage_1_1matrix.html index 06ffedad..2e84412e 100644 --- a/namespaceyage_1_1matrix.html +++ b/namespaceyage_1_1matrix.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -107,7 +107,8 @@ Functions  

Detailed Description

-

Function Documentation

+

Implementations defined here are meant to operate on anything that inherits from the base Matrix class.

+

Function Documentation

◆ dot()

@@ -137,7 +138,7 @@ template<int R, class T >
Parameters
- +
[in]m1,m2Input matrices.
m1,m2Input matrices.
@@ -173,11 +174,13 @@ template<int M, int N, int P, int Q, class T >
Parameters
- +
[in]m1,m2Matrix inputs
m1,m2Matrix inputs

Requires the two matrices to be compatible with multiplication.

+
Todo:
Think if this should be a static_assert.
+

Performs multiplication by getting the rows and columns, transposing one of them and then doting the result.

@@ -200,7 +203,7 @@ template<int M, int N, class T >
Parameters
- +
[in]minput matrix.
minput matrix.
@@ -213,7 +216,7 @@ template<int M, int N, class T >