public static Vector3 ToVector3XZ(this LVector2 vec, LFloat y)
 {
     return(new Vector3(vec.x.ToFloat(), y.ToFloat(), vec.y.ToFloat()));
 }