I’ve been using Vector3 to store X-axis, Y-axis, and the rotation, of items in my game. I’m not using any of the other methods that this class provides.
Will this cause any performance issues?
Should I just made a small class that stores three floats, has three assessor methods, and three mutator methods?