How to find a certain coordinate on path relative to another path?How to find the centre of the area between two objects in IllustratorImport vector data into illustratorDrawing a line from one coordinate to another?Automatically transform curves to polygons in AI CCExtending a line segment to fit into a bounding boxhow to make two same shapes connected in IllustratorHow to align an object relative to another object?Adobe Illustrator generates SVG with rect instead of polygonHow to (almost) perfectly align a DWG to an SVG?Illustrator: How to connect a path into another path

How to back up a running remote server?

Did Henry V’s archers at Agincourt fight with no pants / breeches on because of dysentery?

What are the spoon bit of a spoon and fork bit of a fork called?

Why do computer-science majors learn calculus?

Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?

Where did the extra Pym particles come from in Endgame?

How to set the font color of quantity objects (Version 11.3 vs version 12)?

Confused by notation of atomic number Z and mass number A on periodic table of elements

Stateful vs non-stateful app

Is there a way to get a compiler for the original B programming language?

Packing rectangles: Does rotation ever help?

How can I place the product on a social media post better?

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

In gnome-terminal only 2 out of 3 zoom keys work

Pulling the rope with one hand is as heavy as with two hands?

If Earth is tilted, why is Polaris always above the same spot?

Was it really necessary for the Lunar Module to have 2 stages?

Confusion about capacitors

Will tsunami waves travel forever if there was no land?

Does a creature that is immune to a condition still make a saving throw?

Unexpected email from Yorkshire Bank

Can a creature tell when it has been affected by a Divination wizard's Portent?

Was there a Viking Exchange as well as a Columbian one?

Is creating your own "experiment" considered cheating during a physics exam?



How to find a certain coordinate on path relative to another path?


How to find the centre of the area between two objects in IllustratorImport vector data into illustratorDrawing a line from one coordinate to another?Automatically transform curves to polygons in AI CCExtending a line segment to fit into a bounding boxhow to make two same shapes connected in IllustratorHow to align an object relative to another object?Adobe Illustrator generates SVG with rect instead of polygonHow to (almost) perfectly align a DWG to an SVG?Illustrator: How to connect a path into another path













2















I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



So.:



  • I am rotating the pointer

  • I know the base's midpoint

  • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



Edit:
I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



enter image description here










share|improve this question




























    2















    I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



    So.:



    • I am rotating the pointer

    • I know the base's midpoint

    • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

    Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



    I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



    Edit:
    I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



    enter image description here










    share|improve this question


























      2












      2








      2








      I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



      So.:



      • I am rotating the pointer

      • I know the base's midpoint

      • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

      Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



      I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



      Edit:
      I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



      enter image description here










      share|improve this question
















      I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



      So.:



      • I am rotating the pointer

      • I know the base's midpoint

      • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

      Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



      I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



      Edit:
      I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



      enter image description here







      adobe-illustrator






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 21 at 9:04







      appl3r

















      asked Apr 21 at 8:44









      appl3rappl3r

      1134




      1134




















          1 Answer
          1






          active

          oldest

          votes


















          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "174"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122789%2fhow-to-find-a-certain-coordinate-on-path-relative-to-another-path%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36















          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36













          3












          3








          3







          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer















          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 21 at 9:21

























          answered Apr 21 at 8:59









          DanielilloDanielillo

          25.9k13787




          25.9k13787












          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36

















          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36
















          Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

          – appl3r
          Apr 21 at 9:03






          Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

          – appl3r
          Apr 21 at 9:03














          These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

          – appl3r
          Apr 21 at 9:17





          These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

          – appl3r
          Apr 21 at 9:17













          Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

          – Danielillo
          Apr 21 at 9:21






          Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

          – Danielillo
          Apr 21 at 9:21





          1




          1





          Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

          – appl3r
          Apr 21 at 9:36





          Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

          – appl3r
          Apr 21 at 9:36

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Graphic Design Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122789%2fhow-to-find-a-certain-coordinate-on-path-relative-to-another-path%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

          What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company