Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generic Math.md: Refactor onto single type hierarchy.#2462

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
otac0n wants to merge10 commits intodotnet:main
base:main
Choose a base branch
Loading
fromotac0n:patch-1

Conversation

otac0n
Copy link
Contributor

@otac0notac0n commentedMay 31, 2025
edited
Loading

Batch of updates to the Generic Math.md proposal as discussed in chat.

Summary of the PR

  • During the implementation, I found the integer version of Matrix.Lerp could not be reasonably implemented.
  • Extension methods should be used for the public API per the chat.
  • The types can be unified by eliminating the properties and bitwise operators.

Related issues, Discord discussions, or proposals

https://discord.com/channels/521092042781229087/587346162802229298/1378782513010577449 and prior

Further Comments

Partially implemented in#2459

Restrict lerp function to F matrices.
@Perksey
Copy link
Member

Perksey commentedJun 7, 2025
edited
Loading

It's probably worth clarifying at line 23 what our intention is i.e. using one type withextension APIs (and replacing all usages ofVectorNF/VectorNI withVectorND as necessary)

@otac0notac0n changed the titleGeneric Math.md: Restrict lerp function to F matrices.Generic Math.md: Refactor onto single type hierarchy.Jul 16, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@otac0n@Perksey

[8]ページ先頭

©2009-2025 Movatter.jp