Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Matrix class

10 views
Skip to first unread message

Steven Miclette

unread,
May 30, 2013, 2:32:10 PM5/30/13
to
Assignment 2 seems mostly based around using matrices. I remembered a
reference to a Matrix4x4 class in the Assignment 1 description, but I
couldn't find any other reference to it.

Does this class actually exist, should we look for a separate matrix
library, or are we expected to write our own matrix math functions?

Alex Keursten

unread,
May 31, 2013, 3:55:18 PM5/31/13
to
In the file viewer.hpp there is
Matrix4x4 m_projection;

so I imagine we are supposed to use the Matrix4x4 class

Robert S.

unread,
Jun 1, 2013, 10:51:43 PM6/1/13
to
This system does focus on matrices. You are not expected to use a
separate matrix library and not suggested. The available Matrix
materials are located in the algebra.cpp file, and you are encouraged
to extend it as you see fit (however it should not be required).
0 new messages