-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Summary
With the advent of the Visual Layer, start taking advantage.
Actual Behavior
Framework does not make use of composition or Translation.
Expected Behavior
Switch over implementations or create parallel implementations.
Additional Details
For the most part, the matrix algebra works out way easier; in particular everything is based on System.Numerics.
Also a "problem" is with styling; composition objects do not participate in the XAML Style system.
Major points:
- switch everything over to
System.Numericswrt creating series geometry etc. - switch all uses of
Canvas.OffsettoUIElement.Translationwhich is aVector3. - create new series based on
CompositionGeometry.
Reactions are currently unavailable