implement most of grids api methods
This commit is contained in:
6
TorchRemote.Models/Shared/Vector3.cs
Normal file
6
TorchRemote.Models/Shared/Vector3.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace TorchRemote.Models.Shared;
|
||||
|
||||
public record Vector3(float X, float Y, float Z)
|
||||
{
|
||||
public static Vector3 Zero => new Vector3(0, 0, 0);
|
||||
}
|
Reference in New Issue
Block a user