Searched defs:RotateComponent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java90 public static class RotateComponent extends Component { class in class:CompoundTransform
91 public RotateComponent(String name, Float3 axis, float angle) { method in class:CompoundTransform.RotateComponent
143 public RotateComponent addRotate(String name, Float3 axis, float angle) {
144 RotateComponent c = new RotateComponent(name, axis, angle);

Completed in 362 milliseconds