-
Notifications
You must be signed in to change notification settings - Fork 133
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
Get X and Y values for Point2D? #240
Comments
|
I tried that, but it did not work |
Thats really werid. I can try it, but I swear it didn't work. Thanks! |
No worries. I would also close the issue once you figure this out, perhaps writing a comment for future reference |
Werid, I just tried that and I got this error: |
Ok so it works, but I am using the IntersectWith function which returns a nullable point2d, so the problem may lie with the fact that it is nullable? |
That's what got me worried in your previous reply, that the I am guessing you are using |
@minystreem56 Would you mind if I close this issue now? |
No, I do not mind
…On Fri, Jul 5, 2024, 6:08 AM jkalias ***@***.***> wrote:
@minystreem56 <https://github.com/minystreem56> Would you mind if I close
this issue now?
—
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV5367UPPKWYV63V6E3TUIDZKZ5EBAVCNFSM6AAAAABI4Z77IKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGY4DCMZWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I can't figure out how to get the x and y cordnets of a point2d, I have tried point.getX(), point.getx(), point.x, point.X, getX(point), getx(point), but none of them work, any ideas?
The text was updated successfully, but these errors were encountered: