Uses of Enum
org.jzy3d.plot3d.rendering.view.ClipEq
Packages that use ClipEq
-
Uses of ClipEq in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type ClipEqModifier and TypeMethodDescriptionvoid
A convenient shortcut to invoke a clipping plane using an ID in [0;5] instead of the original OpenGL ID value.void
A convenient shortcut to glClipPlaneprotected double[]
The four coefs of the plane equation that are returned by this method are : Nx, Ny, Nz, D The solve the formula : Nx*x + Ny*y + Nz*z + D = 0 where Nx, Ny and Nz are the 3 components of the normal to the plane. -
Uses of ClipEq in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return ClipEq