Transformation for Polygon and Quadrics should be more generic
Open
- Dominant language
- C#
- Stars
- 804
- Forks
- 294
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
When using polygon objects and quadric objects in an application I like to handle transformation more generic. Currently, there is a Transformation-property in both base classes: Quadric and Polygon. If I want to transform those objects, I have to differentiate between those in code. The Transformation-property should be in the common base class SceneElement, so it does not matter if I handle a polygon or quadric in my code.
Is there any reason why the Quadric-class does not have a setter for the Transformation-property?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.