Everything has an "absolute" position-- it's actually "relative" to the origin. When you place an item in 3D space, you tell it where to be "relative" to the origin of the universal 0,0,0. Anything "relative" to another object will have it's position centered on that object as if that "center" object is the origin for the first object.
Ok, Here's an example:
B is relative to A because it's orbiting A. A is relative to the Origin. Both A&B have absolute positions in 3D space that are relative to the Origin. B's absolute position can be expressed as B's(x,y,z)+A's(x,y,z).
Is that clear as mud?
The fastest code is the code never written.