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

missing caracter in https://p5js.org/reference/p5.Vector/mult/ #635

Open
rbottura opened this issue Nov 13, 2024 · 3 comments
Open

missing caracter in https://p5js.org/reference/p5.Vector/mult/ #635

rbottura opened this issue Nov 13, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@rbottura
Copy link

Most appropriate sections of the p5.js website?

Tutorials

What is your operating system?

Windows

Web browser and version

chrome 130.0.6723.117 (Official Build) (64-bit) (cohort: Stable)

Actual Behavior

missing a simple number 4
here in red rectangle :
vector_mult_typo
but it is visible in the js code here :
image
so maybe a parsing issue ?

Expected Behavior

If only one value is provided, as in v.mult(2), then all the components will be multiplied by 2. If a value isn't provided for a component, it won't change. For example, v.mult(4, 5) multiplies v.x by 4, v.y by 5, and v.z by 1. Calling mult() with no arguments, as in v.mult(), has no effect.

Steps to reproduce

see page https://p5js.org/reference/p5.Vector/mult/

If only one value is provided, as in v.mult(2), then all the components will be multiplied by 2. If a value isn't provided for a component, it won't change. For example, v.mult(4, 5) multiplies v.x by, v.y by 5, and v.z by 1. Calling mult() with no arguments, as in v.mult(), has no effect.

Would you like to work on the issue?

I wouldn't know how to fix it ..

@rbottura rbottura added the Bug Something isn't working label Nov 13, 2024
@asukaminato0721
Copy link
Contributor

asukaminato0721 commented Nov 20, 2024

@eebadreza
Copy link

Hello is this issue still open...If so can you assign it to me
@asukaminato0721 yes it's a typo in the data.json file

@asukaminato0721
Copy link
Contributor

#601 seems fixed but not upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants