Public Member Functions | Private Attributes
org.ros.android.view.visualization.shape.TriangleFanShape Class Reference
Inheritance diagram for org.ros.android.view.visualization.shape.TriangleFanShape:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void draw (GL10 gl)
 TriangleFanShape (float[] vertices, Color color)

Private Attributes

final FloatBuffer vertices

Detailed Description

A Shape defined by vertices using OpenGl's GL_TRIANGLE_FAN method.

Note that this class is intended to be wrapped. No transformations are performed in the draw(GL10) method.

Author:
moesenle@google.com (Lorenz Moesenlechner)
damonkohler@google.com (Damon Kohler)

Definition at line 36 of file TriangleFanShape.java.


Constructor & Destructor Documentation

Parameters:
verticesan array of vertices as defined by OpenGL's GL_TRIANGLE_FAN method
colorthe Color of the Shape

Definition at line 46 of file TriangleFanShape.java.


Member Function Documentation

Reimplemented from org.ros.android.view.visualization.shape.BaseShape.

Definition at line 53 of file TriangleFanShape.java.


Member Data Documentation

Definition at line 38 of file TriangleFanShape.java.


The documentation for this class was generated from the following file:


android_core
Author(s): Damon Kohler
autogenerated on Thu Aug 27 2015 12:11:33