Class Mesh

All Implemented Interfaces:
Serializable, Comparable, TemporalComputedObject3D, MatrixPropertiesObject, XmlRepresentable

public class Mesh extends ParametricSurface
See Also:
  • Field Details

  • Constructor Details

    • Mesh

      public Mesh()
  • Method Details

    • calculerPoint3D

      public Point3D calculerPoint3D(double u, double v)
      Overrides:
      calculerPoint3D in class ParametricSurface
    • declareProperties

      public void declareProperties()
      Description copied from class: Representable
      Declares the properties of the Representable class. This method clears the declaredDataStructure map and adds specific properties to it based on the object's rotation and type. If the object's rotation is not null and the object is not an instance of Point3D, a "rotation/Rotation" property is added. The "vectors/vectors" property is always added to the map.
      Specified by:
      declareProperties in interface MatrixPropertiesObject
      Overrides:
      declareProperties in class ParametricSurface