Uses of Enum
org.jzy3d.maths.Normal.NormalPer
Packages that use Normal.NormalPer
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Normal.NormalPer in org.jzy3d.maths
Methods in org.jzy3d.maths that return Normal.NormalPerModifier and TypeMethodDescriptionstatic Normal.NormalPer
Returns the enum constant of this type with the specified name.static Normal.NormalPer[]
Normal.NormalPer.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Normal.NormalPer in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as Normal.NormalPerMethods in org.jzy3d.plot3d.primitives with parameters of type Normal.NormalPerModifier and TypeMethodDescriptionvoid
Geometry.setNormals
(List<Coord3d> normals, Normal.NormalPer normalPer) Provides normals for this geometry.