Questions tagged [angular-momentum]

Anything related to angular momentum. Angular momentum (a.k.a. "moment of momentum" or "rotational momentum") is an important physical vector quantity.

Anything related to angular momentum. Angular momentum (a.k.a. "moment of momentum" or "rotational momentum") is an important physical vector quantity.

See the Wikipedia page on angular momentum.

7 questions
4
votes
3 answers

iPhone wheel (of fortune) rotation momentum

I'm having difficulties adding momentum to my spinning wheel. I have this wheel (something like this) and I'm rotating it around it's center by using a single touch event. No problems here, but when the touch (aka drag) ends; I want the wheel to…
basvk
  • 4,437
  • 3
  • 29
  • 49
4
votes
5 answers

Angular Momentum Transfer equations

Does anyone have any good references for equations which can be implemented relatively easily for how to compute the transfer of angular momentum between two rigid bodies? I've been searching for this sort of thing for a while, and I haven't found…
Paul Sonier
  • 38,903
  • 3
  • 77
  • 117
3
votes
1 answer

Interpolate x, y, z coordinates on a sphere using points from two spin vectors?

I want to plot 3D points in real time that lie upon the surface of a unit sphere (r = 1). There are two spin vectors at work here. One vector rotates around the Y axis, it's X and Z values are calculated using the cos() and sin() of a circle that…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
1
vote
1 answer

Obtaining momentum quaternion from two quaternions and timestep

I have a quaternion which holds the rotation of an object. During the frame I modify it and obtain a new quaternion. I can calculate a quaternion that rotates from 'previous frame' to 'current frame'. I cannot figure out, however, how to 'divide by…
0
votes
1 answer

Objective C: Camera Swipe from user's finger

My question is what algorithm or math should I use to keep the screen swipe momentum TO KEEP SCROLLING if the user does a fast swipe. Example: There is an image on the screen that revolves in a circle, if the user swipes the camera slow, it will…
0
votes
1 answer

Angular momentum about different points

From what I have gathered, angular momentum in a system can be calculated about any point. However, I am having trouble grasping this, and below I suggest an imaginary situation where I try to apply this. Imagine a rod of mass %m% and length…
Pablo
  • 1
  • 1
0
votes
1 answer

Problems with Inertina when add force in 2d physic

I try to make a very simple 2d physic functions to solve rigidBody with with sphere particles as colliders, I have so a rigidBody and particle class : function _rigidBody () { this._position = cc.p(0.0, 0.0); this._angle = 0; …
user1482649
  • 45
  • 1
  • 7