# Vertex A point in world space. ``` struct Vertex play { readonly vector2 P; } ``` - `P` The point this object represents.