Class MathGraphsDemo
java.lang.Object
eu.svjatoslav.sixth.e3d.examples.graph_demo.MathGraphsDemo
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MathGraphsDemo
public MathGraphsDemo()Creates a new MathGraphsDemo instance.
-
-
Method Details
-
main
Entry point for the math graphs demo.- Parameters:
args- command line arguments (ignored)
-