Search found 2 matches

by petervh
Fri Nov 23, 2018 6:23 am
Forum: Support and Development
Topic: How to calculate a coordinate on an arc?
Replies: 2
Views: 2338

Re: How to calculate a coordinate on an arc?

Wonderful, thank you Ivan for dissecting my issue. Your code works, functions as I was hoping. Your reading reference is especially helpful. This is an excellent forum. In case someone is searching to solve the same problem, here is the working code: function love.load() love.window.setMode(800, 600...
by petervh
Fri Nov 23, 2018 4:33 am
Forum: Support and Development
Topic: How to calculate a coordinate on an arc?
Replies: 2
Views: 2338

How to calculate a coordinate on an arc?

Hi, sorry for a basic question---I'm very new. :) I am trying to find the coordinates of a specific point on an arc. I'm using getWidth & get Height to scale my Arc to different window/screen sizes. This is my basic code for drawing an arc: function love.load() width = love.graphics.getWidth( ) ...