Beispiel #1
0
 private unsafe static extern void SDTFriction_setNoisiness(SDTInteractor *x, double f);
Beispiel #2
0
 private unsafe static extern void SDTFriction_setDissipation(SDTInteractor *x, double f);
Beispiel #3
0
 private unsafe static extern void SDTFriction_setViscosity(SDTInteractor *x, double f);
Beispiel #4
0
 private unsafe static extern void SDTFriction_setDynamicCoefficient(SDTInteractor *x, double f);
Beispiel #5
0
 private unsafe static extern void SDTFriction_setBreakAway(SDTInteractor *x, double f);
Beispiel #6
0
 private unsafe static extern void SDTFriction_setNormalForce(SDTInteractor *x, double f);
Beispiel #7
0
 private unsafe static extern void SDTFriction_setStribeckVelocity(SDTInteractor *x, double f);
Beispiel #8
0
 private unsafe static extern void SDTImpact_setShape(SDTInteractor *x, double f);
Beispiel #9
0
 private unsafe static extern void SDTFriction_free(SDTInteractor *x);
Beispiel #10
0
 private unsafe static extern void SDTImpact_free(SDTInteractor *x);
Beispiel #11
0
 private unsafe static extern void SDTImpact_setStiffness(SDTInteractor *x, double f);
Beispiel #12
0
 private unsafe static extern void SDTInteractor_dsp(SDTInteractor *x, double f0, double v0, double s0,
                                                     double f1, double v1, double s1, double *outs);
Beispiel #13
0
 private unsafe static extern double SDTInteractor_computeForce(SDTInteractor *x);
Beispiel #14
0
 private unsafe static extern void SDTInteractor_setSecondPoint(SDTInteractor *x, long l);
Beispiel #15
0
 private unsafe static extern void SDTInteractor_setFirstPoint(SDTInteractor *x, long l);
Beispiel #16
0
 private unsafe static extern void SDTInteractor_setSecondResonator(SDTInteractor *x, SDTResonator *p);