Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
6answers
825 views

Simulation of molecular dynamics in Python

I am searching for a python package that I can use to simulate molecular dynamics in non-equilibrium situations. I need a setup that can handle a fairly large number of molecules in a primarily ...
2
votes
10answers
750 views

3d Graphics for a Web Based Application

I've to create a Web Based Application, that amongst other things, includes the following tasks Loading a 3D model from a database. Display the 3D Model. Doing Inverse Kinematics computations to ...
0
votes
1answer
32 views

Inverse Kinematic ACos error QNAN, INAN

Hey I am getting a return value of "Not a Number" from the following function: void Spider::setAngles(double x,double y, double l1, double l2){ double theta1, theta2; ...
0
votes
1answer
166 views

Quaternion Interpolation w/ Rate Matching

I have an object w/ and orientation and the rotational rates about each of the body axis. I need to find a smooth transition from this state to a second state with a different set of rates. ...
0
votes
1answer
220 views

Representing robot's elbow angle in 3-D

I am given coordinates of two points in 3-D viz. shoulder point and object point(to which I am supposed to reach). I am also given the length from my shoulder-to-elbow arm and the length of my ...
0
votes
1answer
85 views

Changing the playback speed of an animation entity

I have an entity that plays an animation that runs in my world at speed s = 1. Now starting with a specific time interval in my world it is possible for the animation to slow down, which means it ...