com.jme3.animation
クラス CompactVector3Array
java.lang.Object
com.jme3.animation.CompactArray<Vector3f>
com.jme3.animation.CompactVector3Array
- すべての実装されたインタフェース:
- Savable
public class CompactVector3Array
- extends CompactArray<Vector3f>
- implements Savable
Serialize and compress Vector3f[] by indexing same values
クラス 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 |
CompactVector3Array
public CompactVector3Array()
- Creates a compact vector array
CompactVector3Array
public CompactVector3Array(float[] dataArray,
int[] index)
- creates a compact vector array
- パラメータ:
dataArray
- the data arrayindex
- the indices
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