Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 229 Bytes

Vertex.md

File metadata and controls

22 lines (14 loc) · 229 Bytes

Vertex

A point in world space.

struct Vertex play
{
	readonly vector2 P;

	int Index();
}

P

The point this object represents.

Index

The index of this vertex in the global vertices array.