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[]


コンストラクタの概要
CompactQuaternionArray()
          creates a compact Quaternion array
CompactQuaternionArray(float[] dataArray, int[] index)
          creates a compact Quaternion array
 
メソッドの概要
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
クラス 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 array
index - 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