|
-
Oct 25th, 2000, 02:53 AM
#9
transcendental analytic
Sorry for not being too clear, my formulas are supposed to work with polygons with P corners.
Angle from center between points: a=2pi/pradius (I think this should be a = 2*pi/P for radians, or 360/P for degrees), but since you do not use it anywhere, I guess it does not matter.
I was to use that angle but dunno why i typed that other formula, maybe i had it for another angle that i abandoned later. 50/sin(a/2) is exactly what it should be
Code:
__50______
\ |
\ |
\ |
r \ |
\| <- a/2
C
Also the radius shouldn't be there either, in the formla to get a.
Code:
__
/|
Vt/ _____
/___/ \_____
_/______\_________\
\b /
\
\Vc
_\
\
\
\C
Vt and Vc here are the speed components (should be right angled) in tangential direction and centripetal direction. the angle inside cos, is not a, as you see, it's b = (pi/2-a) So i could as well write the formula:
V=sin(a/2)
I think the confusion is that i used the b angle all the time, which i got another formula for, i
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|