Geometry_Engine : geometry area scaling
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
The current area scaling method scales geometries by a vector scale factor so that after scaling, the output objects' area is not scaled by that factor.
A new method can be created that takes in area scale factor with an object and a point to scale about. This would then output an object that has been scaled so that it's area is the area of the input object * the area scale factor.
Contributor guide
Assessment
This issue has not been assessed yet.