Returns a frame that results by translating frame f by vector dir.
Frames define coordinate systems. There is a transformation matrix associated with a frame, which transforms geometry defined in the "world" coordinate system to the local coordinate system.
Syntax
translateFrame ( f As Frame, _
dir As Vector ) As Frame