|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.bullet.joints.PhysicsJoint
public abstract class PhysicsJoint
PhysicsJoint - Basic Phyiscs Joint
コンストラクタの概要 | |
---|---|
PhysicsJoint()
|
|
PhysicsJoint(PhysicsRigidBody nodeA,
PhysicsRigidBody nodeB,
Vector3f pivotA,
Vector3f pivotB)
|
メソッドの概要 | |
---|---|
void |
destroy()
destroys this joint and removes it from its connected PhysicsRigidBodys joint lists |
float |
getAppliedImpulse()
|
PhysicsRigidBody |
getBodyA()
|
PhysicsRigidBody |
getBodyB()
|
com.bulletphysics.dynamics.constraintsolver.TypedConstraint |
getObjectId()
|
Vector3f |
getPivotA()
|
Vector3f |
getPivotB()
|
boolean |
isCollisionBetweenLinkedBodys()
|
void |
read(JmeImporter im)
|
void |
setCollisionBetweenLinkedBodys(boolean collisionBetweenLinkedBodys)
toggles collisions between linked bodys joint has to be removed from and added to PhyiscsSpace to apply this. |
void |
write(JmeExporter ex)
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PhysicsJoint()
public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB)
pivotA
- local translation of the joint connection point in node ApivotB
- local translation of the joint connection point in node Bメソッドの詳細 |
---|
public float getAppliedImpulse()
public com.bulletphysics.dynamics.constraintsolver.TypedConstraint getObjectId()
public boolean isCollisionBetweenLinkedBodys()
public void setCollisionBetweenLinkedBodys(boolean collisionBetweenLinkedBodys)
collisionBetweenLinkedBodys
- set to false to have no collisions between linked bodyspublic PhysicsRigidBody getBodyA()
public PhysicsRigidBody getBodyB()
public Vector3f getPivotA()
public Vector3f getPivotB()
public void destroy()
public void write(JmeExporter ex) throws java.io.IOException
Savable
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |