Skip to content
New issue

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

IEuler typea need fix and to be replace by data point. #111

Open
jonlepage opened this issue Oct 15, 2022 · 0 comments
Open

IEuler typea need fix and to be replace by data point. #111

jonlepage opened this issue Oct 15, 2022 · 0 comments

Comments

@jonlepage
Copy link
Contributor

jonlepage commented Oct 15, 2022

Type IEuler should not use in observable but IEulerData or IPointData3 or IVector3

image

IEuler broke the math transform corrélation between other observable.
image

maybe create and export a extra type like this will required.

type IEulerData = {
    x: number,
    y: number,
    z: number,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant