projectkyoto.mmd.file
クラス PMDJoint

java.lang.Object
  上位を拡張 projectkyoto.mmd.file.PMDJoint

public class PMDJoint
extends java.lang.Object


コンストラクタの概要
PMDJoint(DataInputStreamLittleEndian is)
           
 
メソッドの概要
 javax.vecmath.Vector3f getConstPos1()
           
 javax.vecmath.Vector3f getConstPos2()
           
 javax.vecmath.Vector3f getConstRot1()
           
 javax.vecmath.Vector3f getConstRot2()
           
 java.lang.String getJointName()
           
 javax.vecmath.Vector3f getJointPos()
           
 javax.vecmath.Vector3f getJointRot()
           
 int getRigidBodyA()
           
 int getRigidBodyB()
           
 float[] getStiffness()
           
 void setConstPos1(javax.vecmath.Vector3f constPos1)
           
 void setConstPos2(javax.vecmath.Vector3f constPos2)
           
 void setConstRot1(javax.vecmath.Vector3f constRot1)
           
 void setConstRot2(javax.vecmath.Vector3f constRot2)
           
 void setJointName(java.lang.String jointName)
           
 void setJointPos(javax.vecmath.Vector3f jointPos)
           
 void setJointRot(javax.vecmath.Vector3f jointRot)
           
 void setRigidBodyA(int rigidBodyA)
           
 void setRigidBodyB(int rigidBodyB)
           
 void setStiffness(float[] stiffness)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PMDJoint

public PMDJoint(DataInputStreamLittleEndian is)
         throws java.io.IOException
例外:
java.io.IOException
メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getConstPos1

public javax.vecmath.Vector3f getConstPos1()

setConstPos1

public void setConstPos1(javax.vecmath.Vector3f constPos1)

getConstPos2

public javax.vecmath.Vector3f getConstPos2()

setConstPos2

public void setConstPos2(javax.vecmath.Vector3f constPos2)

getConstRot1

public javax.vecmath.Vector3f getConstRot1()

setConstRot1

public void setConstRot1(javax.vecmath.Vector3f constRot1)

getConstRot2

public javax.vecmath.Vector3f getConstRot2()

setConstRot2

public void setConstRot2(javax.vecmath.Vector3f constRot2)

getJointName

public java.lang.String getJointName()

setJointName

public void setJointName(java.lang.String jointName)

getJointPos

public javax.vecmath.Vector3f getJointPos()

setJointPos

public void setJointPos(javax.vecmath.Vector3f jointPos)

getJointRot

public javax.vecmath.Vector3f getJointRot()

setJointRot

public void setJointRot(javax.vecmath.Vector3f jointRot)

getRigidBodyA

public int getRigidBodyA()

setRigidBodyA

public void setRigidBodyA(int rigidBodyA)

getRigidBodyB

public int getRigidBodyB()

setRigidBodyB

public void setRigidBodyB(int rigidBodyB)

getStiffness

public float[] getStiffness()

setStiffness

public void setStiffness(float[] stiffness)