dissertation/snippets/point2f.cs
2020-01-09 14:10:03 +00:00

5 lines
65 B
C#

public struct Point2f
{
public float X;
public float Y;
}