Class MathGraphsDemo

java.lang.Object
eu.svjatoslav.sixth.e3d.examples.graph_demo.MathGraphsDemo

public class MathGraphsDemo extends Object
Demo showing mathematical function graphs rendered in 3D. Displays sine, cosine, tangent, and composite function graphs. Also includes a 3D surface graph showing z = (x² - y²) / 20 with intersecting planes and highlighted intersection curves.
  • Constructor Details

    • MathGraphsDemo

      public MathGraphsDemo()
      Creates a new MathGraphsDemo instance.
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for the math graphs demo.
      Parameters:
      args - command line arguments (ignored)