Package GLOOP

Class GLKegel


public class GLKegel extends GLKegelstumpf
GLOOP (Graphics Library for object oriented Programming)
Version:
4.30 (Dezember 2022)
Author:
(Copyright) Volker Quade, volker.e.quade@gmail.com
  • Constructor Details

    • GLKegel

      public GLKegel(double pX, double pY, double pZ, double pRadius, double pHoehe, GLTextur pT)
      Erstellt einen Kegel mit dem Grundflaechenradius pRadius und der Hoehe pHoehe. Das Objekt wird an der Stelle (pX, pY, pZ) erstellt und mit der Textur pT ueberzogen.
    • GLKegel

      public GLKegel(double pX, double pY, double pZ, double pRadius, double pHoehe, String pT)
      Erstellt einen Kegel mit dem Grundflaechenradius pRadius und der Hoehe pHoehe. Das Objekt wird an der Stelle (pX, pY, pZ) erstellt und mit der Textur in der Bilddatei pT ueberzogen.
    • GLKegel

      public GLKegel(double pX, double pY, double pZ, double pRadius, double pHoehe)
      Erstellt einen Kegel mit dem Grundflaechenradius pRadius und der Hoehe pHoehe. Das Objekt wird an der Stelle (pX, pY, pZ) erstellt.
    • GLKegel

      public GLKegel(GLVektor pPosition, double pRadius, double pHoehe, GLTextur pT)
    • GLKegel

      public GLKegel(GLVektor pPosition, double pRadius, double pHoehe, String pT)
    • GLKegel

      public GLKegel(GLVektor pPosition, double pRadius, double pHoehe)