HomeSort by relevance Sort by last modified time
    Searched full:scalescopy (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java 219 Vector3f[] scalesCopy = this.getScales() == null ? null : Arrays.copyOf(this.getScales(), tablesLength);
222 return new SpatialTrack(timesCopy, translationsCopy, rotationsCopy, scalesCopy);

Completed in 97 milliseconds