• Project a 3D vector onto the plane and get the in-plane coordinates (2D)

    Returns

    [x,y] coordinates

    Parameters

    • p: Serie<IArray> | Vector3

      The point to project

    • plane: Plane

      The plane

    Returns number[] | Serie<IArray>