It’s a mathematical term and this link explains its meaning in quite simple terms:
Operations in 2D and 3D computer graphics are often performed using copies of vectors that have been normalized ie. converted to unit vectors… Normalizing a vector involves two steps:
- calculate its length, then,
- divide each of its (
xy
orxyz
) components by its length…