Skip to content

Transform.Translate does nothing #175

@RoyAwesome

Description

@RoyAwesome

I'm using Core 3.1 Preview

The following code does nothing

Transform tf = new Transform(); tf.Translate(100, 100);

image

image

I expect the transform matrix to change when I translate it. This could be a core bug, but I'm not sure with Translate calling into native code.

For what it's worth, Scale and Rotate also do nothing. I just don't have a good test case for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions