public static CGPoint Normalized(this CGPoint self)
 {
     return(self.Div(self.Length()));
 }