-
Notifications
You must be signed in to change notification settings - Fork 52
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
func ClipPlane(plane GLenum, equation *float64) #154
Comments
Yeah, I think it should, similarly to |
Sorry I duped #157.
|
Phew, lots of things to discuss here. Struggling to summon the brain cycles for it all. So sorry if I don't reach it all before I run out of time. I am but one maintainer on this project and so don't consider me authoritative, it's just my 2c.
|
I submitted the pull request for ClipPlane. |
I'll take some time to read some of the previous issues and look at older commits to see if I can form a considered opinion about the slice vs array issue. From what I can see from briefly reading #76 and #77 someone felt strongly that arrays were better because of the static type checking and the API was already switched from slices to arrays. It doesn't make sense to keep switching back and forth between the two styles. |
👍 |
Shouldn't the equation be a pointer to an array of four doubles?
The text was updated successfully, but these errors were encountered: