Deprecate rarely used / old / dysfunctional E2 types #2785
Vurv78
started this conversation in
Suggestions
Replies: 2 comments 3 replies
-
A replacement for vector2 would require rewriting a good bit of everything that assumes number values. Would be more than fixed size, but also fixed type. Could see non-indexed EGP create methods using Vectors with Z for depth, but that might be a bit awkward. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
matrix
,matrix2
matrix4
andvector4
should really not exist, at least in their current states.Matrices
I don't think a single person has used E2 matrices in years.
I couldn't find any issues or pull requests even as little as mentioning them.
Quaternions are king with Gohidas' Physics guide.
Better matrix type would just bind to a VMatrix.
Vector4
Same as in #2721
I'd add
vector2
, but it's commonly used for positions in EGP, and there's no good alternative (no fixed size array type)Beta Was this translation helpful? Give feedback.
All reactions