New constructors for Rectangle
, Box2D
, Box3D
, and possibly others
#656
Answered
by
nathan-alden-sr
nathan-alden-sr
asked this question in
Ideas
-
A few handy constructors could be added to several types. I noticed this when using For example: public Rectangle(T originX, T originY, T sizeX, T sizeY)
: this(new Vector2D<T>(originX, originY), new Vector2D<T>(sizeX, sizeY))
{
} I'll look around at the various classes and see if I can knock them all out. |
Beta Was this translation helpful? Give feedback.
Answered by
nathan-alden-sr
Oct 23, 2021
Replies: 1 comment
-
Merged #657. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nathan-alden-sr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Merged #657.