Development Merge 2025.04.01 #1

Merged
Syntriax merged 32 commits from development into main 2025-04-01 19:20:18 +03:00
Showing only changes of commit 25043bbcde - Show all commits

View File

@ -25,7 +25,7 @@ public readonly struct Vector3D(float x, float y, float z)
public readonly float Y = y;
/// <summary>
/// The Y coordinate of the <see cref="Vector3D"/>.
/// The Z coordinate of the <see cref="Vector3D"/>.
/// </summary>
public readonly float Z = z;