Menu

#644 Create matop function for calculating the length of a polygon

v1.1.x
closed
v1.1.4
New Functionality
2022-01-17
2021-09-23
Erik Hänel
No

Create a matop function (length() or polylength()) for calculating the length of a polygon passed via the vertices in 2D to n-D.

Analysis:

This function should be quite easy to implement.

Implementation:

  • Implementation: Implementation of a usual matop function
  • Revision: [r1023]
  • Implementation test: The length of a small polygon was calculated successfully.

Documentation:

  • ChangesLog updated
  • Code changes commented
  • Documentation articles:
    • corresponding documentation articles updated
    • new documentation articles created
    • not needed
  • Language files:
    • corresponding language files updated
    • not needed

Tests:

Functionality was added to the automatic SW tests. No deviation was detected as part of this functionality.

Related

Commit: [r1023]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-09-23
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-10-16
    • labels: --> matrix, function
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create a `matop` function (`length()` or `polylength()`) for calculating the length of a polygon passed via the vertices in 2D to n-D.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-10-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create a `matop` function (`length()` or `polylength()`) for calculating the length of a polygon passed via the vertices in 2D to n-D.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This function should be quite easy to implement.
    
     ###Implementation:
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-10-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     This function should be quite easy to implement.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implementation of a usual `matop` function
    +* Revision: [r1023]
    +* Implementation test: The length of a small polygon was calculated successfully.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1023]

  • Erik Hänel

    Erik Hänel - 2022-01-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Functionality was added to the automatic SW tests. No deviation was detected as part of this functionality.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel