|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ros.android.view.visualization.OpenGlTransform
public class OpenGlTransform
An adapter for using Transform
s with OpenGL.
Method Summary | |
---|---|
static void |
apply(GL10 gl,
org.ros.rosjava_geometry.Transform transform)
Applies a Transform to an OpenGL context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void apply(GL10 gl, org.ros.rosjava_geometry.Transform transform)
Transform
to an OpenGL context.
gl
- the contexttransform
- the Transform
to apply
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |