Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small error in the documentation #237

Closed
ArnaudDroxler opened this issue Feb 11, 2017 · 1 comment
Closed

Small error in the documentation #237

ArnaudDroxler opened this issue Feb 11, 2017 · 1 comment

Comments

@ArnaudDroxler
Copy link

In the documentation page of the vec3, there's a small error.
It's about the fonction transformMat3 who transforms the vec3 with a mat3.
The parameter type of the matrix in the documentation are false.
It's require a mat3 and in the doc it's a mat4

Parameters:
Name Type Description
out vec3 the receiving vector
a vec3 the vector to transform
m mat4 the 3x3 matrix to transform with

Thanks you

@toji
Copy link
Owner

toji commented Jul 21, 2017

Fixed in #249

@toji toji closed this as completed Jul 21, 2017
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

No branches or pull requests

2 participants