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

how to solve the equation of the line "Ax + By + C = 0" in this library #9

Open
insinfo opened this issue Dec 19, 2022 · 0 comments
Open

Comments

@insinfo
Copy link

insinfo commented Dec 19, 2022

how to solve the equation of the line "y = (-C - Ax) / B" in this library

var A = 1.3333333333333333;
var B = -1;
var C = 0.3333333333333335;

//y = (-C - Ax) / B
//Y = (-0.3333333333333335 - 1.3333333333333333 * X) / -1
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

1 participant