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
ここでいう Transform は移動、スケール、回転、親トランスフォームへの参照を持つ MonoBehaviour である。
MonoBehaviour
4 行 4 列の変換行列の計算はこのクラスではなく Matrix4x4 が持つ設計とする。(このクラスは Matix4x4 に移譲する。
Matrix4x4
Matix4x4
最初は WorldToLocalMatrix は実装せず、LocalToWorldMarix のみを実装する。このクラスはそれらをキャッシュする。
WorldToLocalMatrix
LocalToWorldMarix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ここでいう Transform は移動、スケール、回転、親トランスフォームへの参照を持つ
MonoBehaviour
である。4 行 4 列の変換行列の計算はこのクラスではなく
Matrix4x4
が持つ設計とする。(このクラスはMatix4x4
に移譲する。最初は
WorldToLocalMatrix
は実装せず、LocalToWorldMarix
のみを実装する。このクラスはそれらをキャッシュする。The text was updated successfully, but these errors were encountered: