Class FunctionSurface

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

public class FunctionSurface extends ParametricSurface
See Also:
  • Constructor Details

  • Method Details

    • getX

      public String getX()
    • setX

      public void setX(String x)
    • getY

      public String getY()
    • setY

      public void setY(String y)
    • getZ

      public String getZ()
    • setZ

      public void setZ(String z)
    • calculerPoint3D

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

      public void setDrawable(boolean drawable)
    • 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