Tunes
This commit is contained in:
parent
ba10834602
commit
543534bf61
2 changed files with 3 additions and 3 deletions
|
|
@ -465,7 +465,7 @@ namespace tp {
|
|||
}
|
||||
|
||||
// Matrix Properties
|
||||
MVec transform(const MVec& in) const { return MVec(i.x * in.x + i.y * in.y, j.x * in.y + j.y * in.x); }
|
||||
MVec transform(const MVec& in) const { return MVec(i.x * in.x + i.y * in.y, j.x * in.x + j.y * in.y); }
|
||||
|
||||
Mat transform(const Mat& in) const {
|
||||
Mat out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue