Class Quadric

java.lang.Object
org.lwjglx.util.glu.Quadric
Direct Known Subclasses:
Cylinder, Disk, PartialDisk, Sphere

public class Quadric
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected int drawStyle  
    protected int normals  
    protected int orientation  
    protected boolean textureFlag  
  • Constructor Summary

    Constructors
    Constructor Description
    Quadric()  
  • Method Summary

    Modifier and Type Method Description
    protected float cos​(float float1)  
    int getDrawStyle()  
    int getNormals()  
    int getOrientation()  
    boolean getTextureFlag()  
    protected void normal3f​(float float1, float float2, float float3)  
    void setDrawStyle​(int int1)  
    void setNormals​(int int1)  
    void setOrientation​(int int1)  
    void setTextureFlag​(boolean boolean1)  
    protected float sin​(float float1)  
    protected void TXTR_COORD​(float float1, float float2)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • drawStyle

      protected int drawStyle
    • orientation

      protected int orientation
    • textureFlag

      protected boolean textureFlag
    • normals

      protected int normals
  • Constructor Details

    • Quadric

      public Quadric()
  • Method Details

    • normal3f

      protected void normal3f​(float float1, float float2, float float3)
    • setDrawStyle

      public void setDrawStyle​(int int1)
    • setNormals

      public void setNormals​(int int1)
    • setOrientation

      public void setOrientation​(int int1)
    • setTextureFlag

      public void setTextureFlag​(boolean boolean1)
    • getDrawStyle

      public int getDrawStyle()
    • getNormals

      public int getNormals()
    • getOrientation

      public int getOrientation()
    • getTextureFlag

      public boolean getTextureFlag()
    • TXTR_COORD

      protected void TXTR_COORD​(float float1, float float2)
    • sin

      protected float sin​(float float1)
    • cos

      protected float cos​(float float1)