finding "down" on 2d plane

Hi

The 2D plane exists in 3D space and can rotate in any direction about the origin (from gyro data).

How can I find the vector shown in blue that always points closest to world space “down” along the surface of the place?

IE if the plane was perfectly flat the vector would be

Turns out it was the ProjectOnPlane method I was after!