public final class StaticCubeTextureCoordinates extends java.lang.Object implements CubeTextureCoordinates
| Modifier and Type | Field and Description |
|---|---|
static StaticCubeTextureCoordinates |
instance |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottomMaxU() |
double |
getBottomMaxV() |
double |
getBottomMinU() |
double |
getBottomMinV() |
double |
getEastMaxU() |
double |
getEastMaxV() |
double |
getEastMinU() |
double |
getEastMinV() |
double |
getNorthMaxU() |
double |
getNorthMaxV() |
double |
getNorthMinU() |
double |
getNorthMinV() |
double |
getSouthMaxU() |
double |
getSouthMaxV() |
double |
getSouthMinU() |
double |
getSouthMinV() |
double |
getTopMaxU() |
double |
getTopMaxV() |
double |
getTopMinU() |
double |
getTopMinV() |
double |
getWestMaxU() |
double |
getWestMaxV() |
double |
getWestMinU() |
double |
getWestMinV() |
public static final StaticCubeTextureCoordinates instance
public double getTopMinU()
getTopMinU in interface CubeTextureCoordinatespublic double getTopMinV()
getTopMinV in interface CubeTextureCoordinatespublic double getTopMaxU()
getTopMaxU in interface CubeTextureCoordinatespublic double getTopMaxV()
getTopMaxV in interface CubeTextureCoordinatespublic double getBottomMinU()
getBottomMinU in interface CubeTextureCoordinatespublic double getBottomMinV()
getBottomMinV in interface CubeTextureCoordinatespublic double getBottomMaxU()
getBottomMaxU in interface CubeTextureCoordinatespublic double getBottomMaxV()
getBottomMaxV in interface CubeTextureCoordinatespublic double getWestMinU()
getWestMinU in interface CubeTextureCoordinatespublic double getWestMinV()
getWestMinV in interface CubeTextureCoordinatespublic double getWestMaxU()
getWestMaxU in interface CubeTextureCoordinatespublic double getWestMaxV()
getWestMaxV in interface CubeTextureCoordinatespublic double getEastMinU()
getEastMinU in interface CubeTextureCoordinatespublic double getEastMinV()
getEastMinV in interface CubeTextureCoordinatespublic double getEastMaxU()
getEastMaxU in interface CubeTextureCoordinatespublic double getEastMaxV()
getEastMaxV in interface CubeTextureCoordinatespublic double getNorthMinU()
getNorthMinU in interface CubeTextureCoordinatespublic double getNorthMinV()
getNorthMinV in interface CubeTextureCoordinatespublic double getNorthMaxU()
getNorthMaxU in interface CubeTextureCoordinatespublic double getNorthMaxV()
getNorthMaxV in interface CubeTextureCoordinatespublic double getSouthMinU()
getSouthMinU in interface CubeTextureCoordinatespublic double getSouthMinV()
getSouthMinV in interface CubeTextureCoordinatespublic double getSouthMaxU()
getSouthMaxU in interface CubeTextureCoordinatespublic double getSouthMaxV()
getSouthMaxV in interface CubeTextureCoordinates