zscript-doc/api-level-Vertex.md

17 lines
148 B
Markdown
Raw Normal View History

2018-12-29 16:05:19 -08:00
# Vertex
A point in world space.
```
struct Vertex play
{
readonly vector2 P;
}
```
- `P`
The point this object represents.
<!-- EOF -->