Class Rectangle

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

public class Rectangle extends ParametricCurve
See Also:
  • Constructor Details

    • Rectangle

      public Rectangle(double x, double y, double width, double height)
  • Method Details

    • calculerPoint3D

      public Point3D calculerPoint3D(double t)
      Overrides:
      calculerPoint3D in class ParametricCurve
    • getX

      public double getX()
    • getHeight

      public double getHeight()
    • getWidth

      public double getWidth()
    • getY

      public double getY()