Development Merge 2025.04.01 #1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user