What is the implied plane of '2D' functions?

2D functions that returns scalars. like Size2D(), use the X and Y coordinates. 2D functions that return vectors, like GetClampedToMaxSize2D(), modify the X and Y coordinates and keep the Z coordinate of the input.

See the source.