com.jogamp.opengl.math
Interface Vert2fImmutable

All Known Subinterfaces:
Vert3fImmutable

public interface Vert2fImmutable


Method Summary
 float[] getCoord()
           
 int getCoordCount()
           
 float getX()
           
 float getY()
           
 

Method Detail

getX

float getX()

getY

float getY()

getCoordCount

int getCoordCount()

getCoord

float[] getCoord()


Copyright 2010 JogAmp Community.