Unit 'kraft' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kraft]

TKraftSolverVelocityState

Declaration

Source position: kraft.pas line 3493

type TKraftSolverVelocityState = record

  Points: array [0..MAX_CONTACTS-1] of TKraftSolverVelocityStateContactPoint;

  

  Normal: TKraftVector3;

  

  Centers: array [0..1] of TKraftVector3;

  

  LostSpeculativeBounce: single;

  

  SpeculativeVelocity: single;

  

  WorldInverseInertiaTensors: array [0..1] of TKraftMatrix3x3;

  

  NormalMass: TKraftScalar;

  

  TangentMass: array [0..1] of TKraftScalar;

  

  InverseMasses: array [0..1] of TKraftScalar;

  

  Restitution: TKraftScalar;

  

  RestitutionThreshold: TKraftScalar;

  

  Friction: TKraftScalar;

  

  Indices: array [0..1] of TKraftInt32;

  

  CountPoints: TKraftInt32;

  

end;



CT Web help

CodeTyphon Studio