Function Int3.Normal2D
        
                Normal2D
        
                ()
    
            
            Normal in 2D space (XZ).
                Public
            
        Int3 Normal2D ()
Normal in 2D space (XZ).
Equivalent to Cross(this, Int3(0,1,0) ) except that the Y coordinate is left unchanged with this operation.