VLine.cs 89 B

12345678
  1. using System;
  2. public struct VLine
  3. {
  4. public VInt2 point;
  5. public VInt2 direction;
  6. }