Uses of Interface
eu.svjatoslav.sixth.e3d.examples.graph_demo.SurfaceGraph3D.MathFunction3D
Packages that use SurfaceGraph3D.MathFunction3D
-
Uses of SurfaceGraph3D.MathFunction3D in eu.svjatoslav.sixth.e3d.examples.graph_demo
Methods in eu.svjatoslav.sixth.e3d.examples.graph_demo with parameters of type SurfaceGraph3D.MathFunction3DModifier and TypeMethodDescriptionvoidSurfaceGraph3D.addXIntersectionCurve(double xValue, SurfaceGraph3D.MathFunction3D function, eu.svjatoslav.sixth.e3d.renderer.raster.Color color, double width) Adds a curve highlighting the intersection of the surface with a vertical plane at constant X.voidSurfaceGraph3D.addYIntersectionCurve(double yValue, SurfaceGraph3D.MathFunction3D function, eu.svjatoslav.sixth.e3d.renderer.raster.Color color, double width) Adds a curve highlighting the intersection of the surface with a vertical plane at constant Y.Constructors in eu.svjatoslav.sixth.e3d.examples.graph_demo with parameters of type SurfaceGraph3D.MathFunction3DModifierConstructorDescriptionSurfaceGraph3D(double xMin, double xMax, double xStep, double yMin, double yMax, double yStep, SurfaceGraph3D.MathFunction3D function, eu.svjatoslav.sixth.e3d.renderer.raster.Color surfaceColor, eu.svjatoslav.sixth.e3d.renderer.raster.Color gridColor, double lineWidth, double scale, eu.svjatoslav.sixth.e3d.geometry.Point3D location) Creates a 3D surface graph at the specified location.SurfaceGraph3D(double xMin, double xMax, double xStep, double yMin, double yMax, double yStep, SurfaceGraph3D.MathFunction3D function, eu.svjatoslav.sixth.e3d.renderer.raster.Color surfaceColor, eu.svjatoslav.sixth.e3d.renderer.raster.Color gridColor, double scale, eu.svjatoslav.sixth.e3d.geometry.Point3D location)