We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the advent of the Visual Layer, start taking advantage.
Framework does not make use of composition or Translation.
Switch over implementations or create parallel implementations.
For the most part, the matrix algebra works out way easier; in particular everything is based on System.Numerics.
System.Numerics
Also a "problem" is with styling; composition objects do not participate in the XAML Style system.
Style
Major points:
Canvas.Offset
UIElement.Translation
Vector3
CompositionGeometry
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
System.Numerics
wrt creating series geometry etc.Canvas.Offset
toUIElement.Translation
which is aVector3
.CompositionGeometry
.The text was updated successfully, but these errors were encountered: