Simply find point in circle border
This seems to silly for you expert guys in math but I am not good in this So Please help.
Suppose you have clock of 330 * 330 pixels so I have radius 165 in circle.
I want to find position of 1 (in clock ) . so circle is 360 degrees
so 360 / 12 = 30 Degree per hour
To find 1'O Clock position I have tried
x = cos(30) * 165 which is 25.4514892315. how to use this value.
Any Help would be appreciated
What I need is Put White circle at 1 O Clock position White circle size is 20 Pixel Orange circle size is 330 Pixel
circle angle spectral-radius
|
show 1 more comment
This seems to silly for you expert guys in math but I am not good in this So Please help.
Suppose you have clock of 330 * 330 pixels so I have radius 165 in circle.
I want to find position of 1 (in clock ) . so circle is 360 degrees
so 360 / 12 = 30 Degree per hour
To find 1'O Clock position I have tried
x = cos(30) * 165 which is 25.4514892315. how to use this value.
Any Help would be appreciated
What I need is Put White circle at 1 O Clock position White circle size is 20 Pixel Orange circle size is 330 Pixel
circle angle spectral-radius
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
1
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06
|
show 1 more comment
This seems to silly for you expert guys in math but I am not good in this So Please help.
Suppose you have clock of 330 * 330 pixels so I have radius 165 in circle.
I want to find position of 1 (in clock ) . so circle is 360 degrees
so 360 / 12 = 30 Degree per hour
To find 1'O Clock position I have tried
x = cos(30) * 165 which is 25.4514892315. how to use this value.
Any Help would be appreciated
What I need is Put White circle at 1 O Clock position White circle size is 20 Pixel Orange circle size is 330 Pixel
circle angle spectral-radius
This seems to silly for you expert guys in math but I am not good in this So Please help.
Suppose you have clock of 330 * 330 pixels so I have radius 165 in circle.
I want to find position of 1 (in clock ) . so circle is 360 degrees
so 360 / 12 = 30 Degree per hour
To find 1'O Clock position I have tried
x = cos(30) * 165 which is 25.4514892315. how to use this value.
Any Help would be appreciated
What I need is Put White circle at 1 O Clock position White circle size is 20 Pixel Orange circle size is 330 Pixel
circle angle spectral-radius
circle angle spectral-radius
asked Dec 12 '18 at 7:33
Prashant TukadiyaPrashant Tukadiya
1013
1013
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
1
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06
|
show 1 more comment
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
1
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
1
1
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3036365%2fsimply-find-point-in-circle-border%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics 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.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3036365%2fsimply-find-point-in-circle-border%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
You are correct to look at $30^circ$ and the trig functions. If the center of the circle were $(0,0)$ and up corresponded to a positive $y$ direction then the point you are interested in would be $(165sin(30^circ),165cos(30^circ))$. Since your center is probably not called $(0,0)$ however, you will likely need to translate (or even reflect) the result further.
– JMoravitz
Dec 12 '18 at 7:41
@JMoravitz Thanks for comment. As i didn't know math terms well can you explain in simple lang ? because sin(30) * 165 is -163.025217975. Not able to place it properly
– Prashant Tukadiya
Dec 12 '18 at 7:49
1
Assuming center is $(0,0)$ the point you want is $(165sin(30^circ),165cos(30^circ))approxeq (82.5, 143)$. As an aside, you want $165cos(30^circ)approx 143$ where $30^circ$ is a measurement of angle in degrees. You apparently forgot to set your calculator to degrees mode. With the calculator in radians mode instead you get $165cos(30~text{rad})approx 25.45$ which is not what you want.
– JMoravitz
Dec 12 '18 at 7:56
@JMoravitz Thanks Yes you are correct I was not using degree mode cal. I am able to get (82.5, 143). But I need to convert his to coordinates. any help. Now My circle centre = 165 , 165 so I need to put white view according to 165,165 ? with value I got 82 and 143
– Prashant Tukadiya
Dec 12 '18 at 8:04
Add 165 to both numbers
– JMoravitz
Dec 12 '18 at 8:06