Looking to use one variable to define an x1, x2, x3, x4
for a method. Is there a type that exists that would allow me to do this? I could just do 2 Point
s, but I'd rather just have one variable. If one doesn't exist, am I able to create a type similar to this that I can make useable in all classes in my package?
Thanks!