OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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