Skip to content

Mat4: implement the mul(other: Vec4) method#73

Open
koshoev-t wants to merge 2 commits into
toksaitov:devfrom
koshoev-t:dev
Open

Mat4: implement the mul(other: Vec4) method#73
koshoev-t wants to merge 2 commits into
toksaitov:devfrom
koshoev-t:dev

Conversation

@koshoev-t

Copy link
Copy Markdown
Collaborator

Closes #22

1.0f, 2.0f, 3.0f, 4.0f,
5.0f, 6.0f, 7.0f, 8.0f,
9.0f, 10.0f, 11.0f, 12.0f,
13.0f, 14.0f, 15.0f, 16.0f

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, fix the indentation

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, fix the indentation

Could you please clarify what the problem with the indentation is? I checked and rechecked, and it seems consistent with the formatting of the rest of the code.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-01-06 at 11 29 35 AM

Take a look at lines 204 and 213.

assertEquals(70.0f, r.x());
assertEquals(174.0f, r.y());
assertEquals(278.0f, r.z());
assertEquals(382.0f, r.w());

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, fix the indentation

@vgzx64 vgzx64 linked an issue Dec 25, 2023 that may be closed by this pull request
2 tasks
@vgzx64 vgzx64 changed the title Mat4: implement and test mul(other: Vec4) method Mat4: implement the mul(other: Vec4) method Dec 25, 2023
1.0f, 2.0f, 3.0f, 4.0f,
5.0f, 6.0f, 7.0f, 8.0f,
9.0f, 10.0f, 11.0f, 12.0f,
13.0f, 14.0f, 15.0f, 16.0f

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-01-06 at 11 29 35 AM

Take a look at lines 204 and 213.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mat4: implement the mul(other: Vec4) method

2 participants