com.jme3.animation
クラス CompactQuaternionArray
java.lang.Object
com.jme3.animation.CompactArray<Quaternion>
com.jme3.animation.CompactQuaternionArray
- すべての実装されたインタフェース:
- Savable
public class CompactQuaternionArray
- extends CompactArray<Quaternion>
- implements Savable
Serialize and compress Quaternion
[] by indexing same values
It is converted to float[]
クラス com.jme3.animation.CompactArray から継承されたメソッド |
add, freeze, get, getCompactIndex, getCompactObjectSize, getIndex, getSerializedData, getTotalObjectSize, serialize, set, toObjectArray |
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactQuaternionArray
public CompactQuaternionArray()
- creates a compact Quaternion array
CompactQuaternionArray
public CompactQuaternionArray(float[] dataArray,
int[] index)
- creates a compact Quaternion array
- パラメータ:
dataArray
- the data arrayindex
- the indices array
write
public void write(JmeExporter ex)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- 例外:
java.io.IOException