HomeSort by relevance Sort by last modified time
    Searched defs:Angular (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DynamicsModifier.java 14 /** It's the base class for any kind of influencer which operates on angular velocity and acceleration of the particles.
114 public static abstract class Angular extends Strength {
121 public Angular(){
126 public Angular (Angular value) {
215 public static class Rotational3D extends Angular {
236 //Vector3 L = r.cross(v.mul(m)), It's the angular momentum, where mv it's the linear momentum
238 //Vector3 w = L/I_t = inverse(I_t)*L, It's the angular velocity
244 //Consider a simple channel which represent an angular velocity w
249 //Consider a channel which represent a sort of angular momentum L (r, v
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 211 btScalar m_kAST; // Area/Angular stiffness coefficient [0,1]
339 btScalar m_adamping; /* Angular damping */
488 Angular,
548 eType::_ Type() const { return(eType::Angular); }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]

Completed in 171 milliseconds