com.sun.opengl.util.texture
public class TextureCoords extends Object
Constructor and Description |
---|
TextureCoords(float left,
float bottom,
float right,
float top) |
Modifier and Type | Method and Description |
---|---|
float |
bottom()
Returns the bottommost (y) texture coordinate of this
rectangle.
|
float |
left()
Returns the leftmost (x) texture coordinate of this
rectangle.
|
float |
right()
Returns the rightmost (x) texture coordinate of this
rectangle.
|
float |
top()
Returns the topmost (y) texture coordinate of this
rectangle.
|
public TextureCoords(float left, float bottom, float right, float top)
public float left()
public float right()
public float bottom()
public float top()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.