I ask because a lot of game programming and graphic design seems to use the z-axis a lot. I didn’t know what kind of math uses it so I could understand it and its relation to programming graphics applications. I don’t remember seeing it – all the way up to calc 2.
Share
The
z-axis typically refers to the third coordinate axis in what is known asxyz-space or better known as three-dimensional space. If you think ofxy-space as a sheet of paper infinite in every direction,xyz-space is a block infinite in every direction. One way to getxyz-space is to add a vertical coordinate toxy-space telling you how far above or below you are from the infinite sheet of paper fromxy-space.If you take Calculus 3 you will definitely study it there as in most universities that is multi-dimensional calculus.
As for which branches of math use the
z-axis, here’s some of the major branches that do: