Skip to content

Composition and Translation #87

@escape-llc

Description

@escape-llc

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.Numerics wrt creating series geometry etc.
  • switch all uses of Canvas.Offset to UIElement.Translation which is a Vector3.
  • create new series based on CompositionGeometry.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions