OSDN Git Service

2203380d12a2af821bfe028977c333846d9375b9
[mikumikustudio/libgdx-mikumikustudio.git] / extensions / gdx-bullet / jni / swig-src / com / badlogic / gdx / physics / bullet / btConstraintSetting.java
1 /* ----------------------------------------------------------------------------\r
2  * This file was automatically generated by SWIG (http://www.swig.org).\r
3  * Version 2.0.10\r
4  *\r
5  * Do not make changes to this file unless you know what you are doing--modify\r
6  * the SWIG interface file instead.\r
7  * ----------------------------------------------------------------------------- */\r
8 \r
9 package com.badlogic.gdx.physics.bullet;\r
10 \r
11 import com.badlogic.gdx.math.Vector3;\r
12 import com.badlogic.gdx.math.Quaternion;\r
13 import com.badlogic.gdx.math.Matrix3;\r
14 import com.badlogic.gdx.math.Matrix4;\r
15 \r
16 public class btConstraintSetting extends BulletBase {\r
17         private long swigCPtr;\r
18         \r
19         protected btConstraintSetting(final String className, long cPtr, boolean cMemoryOwn) {\r
20                 super(className, cPtr, cMemoryOwn);\r
21                 swigCPtr = cPtr;\r
22         }\r
23         \r
24         protected btConstraintSetting(long cPtr, boolean cMemoryOwn) {\r
25                 this("btConstraintSetting", cPtr, cMemoryOwn);\r
26                 construct();\r
27         }\r
28         \r
29         @Override\r
30         protected void reset(long cPtr, boolean cMemoryOwn) {\r
31                 if (!destroyed)\r
32                         destroy();\r
33                 super.reset(swigCPtr = cPtr, cMemoryOwn);\r
34         }\r
35         \r
36         public static long getCPtr(btConstraintSetting obj) {\r
37                 return (obj == null) ? 0 : obj.swigCPtr;\r
38         }\r
39 \r
40         @Override\r
41         protected void finalize() throws Throwable {\r
42                 if (!destroyed)\r
43                         destroy();\r
44                 super.finalize();\r
45         }\r
46 \r
47   @Override protected synchronized void delete() {\r
48                 if (swigCPtr != 0) {\r
49                         if (swigCMemOwn) {\r
50                                 swigCMemOwn = false;\r
51                                 gdxBulletJNI.delete_btConstraintSetting(swigCPtr);\r
52                         }\r
53                         swigCPtr = 0;\r
54                 }\r
55                 super.delete();\r
56         }\r
57 \r
58   public btConstraintSetting() {\r
59     this(gdxBulletJNI.new_btConstraintSetting(), true);\r
60   }\r
61 \r
62   public void setTau(float value) {\r
63     gdxBulletJNI.btConstraintSetting_tau_set(swigCPtr, this, value);\r
64   }\r
65 \r
66   public float getTau() {\r
67     return gdxBulletJNI.btConstraintSetting_tau_get(swigCPtr, this);\r
68   }\r
69 \r
70   public void setDamping(float value) {\r
71     gdxBulletJNI.btConstraintSetting_damping_set(swigCPtr, this, value);\r
72   }\r
73 \r
74   public float getDamping() {\r
75     return gdxBulletJNI.btConstraintSetting_damping_get(swigCPtr, this);\r
76   }\r
77 \r
78   public void setImpulseClamp(float value) {\r
79     gdxBulletJNI.btConstraintSetting_impulseClamp_set(swigCPtr, this, value);\r
80   }\r
81 \r
82   public float getImpulseClamp() {\r
83     return gdxBulletJNI.btConstraintSetting_impulseClamp_get(swigCPtr, this);\r
84   }\r
85 \r
86 }\r