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

Transform を実装する #11

Open
agate-pris opened this issue May 28, 2024 · 0 comments
Open

Transform を実装する #11

agate-pris opened this issue May 28, 2024 · 0 comments

Comments

@agate-pris
Copy link
Owner

agate-pris commented May 28, 2024

ここでいう Transform は移動、スケール、回転、親トランスフォームへの参照を持つ MonoBehaviour である。

4 行 4 列の変換行列の計算はこのクラスではなく Matrix4x4 が持つ設計とする。(このクラスは Matix4x4 に移譲する。

最初は WorldToLocalMatrix は実装せず、LocalToWorldMarix のみを実装する。このクラスはそれらをキャッシュする。

@agate-pris agate-pris changed the title Mathematics.RigidTransform TransformI17F15 Jun 4, 2024
@agate-pris agate-pris changed the title TransformI17F15 Transform を実装する Jun 18, 2024
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