Compare commits
1 Commits
1c7d941bc1
...
d7d53e467a
Author | SHA1 | Date | |
---|---|---|---|
d7d53e467a |
@@ -2,7 +2,7 @@ using System;
|
|||||||
|
|
||||||
namespace Syntriax.Engine.Core;
|
namespace Syntriax.Engine.Core;
|
||||||
|
|
||||||
[System.Diagnostics.DebuggerDisplay("{ToString(),nq}, Length: {Magnitude}, LengthSquared: {MagnitudeSquared}, Normalized: {Normalized}")]
|
[System.Diagnostics.DebuggerDisplay("{ToString(),nq}, Length: {Magnitude}, LengthSquared: {MagnitudeSquared}, Normalized: {Normalized.ToString(),nq}")]
|
||||||
public readonly struct Vector2D(float X, float Y)
|
public readonly struct Vector2D(float X, float Y)
|
||||||
{
|
{
|
||||||
public readonly float X { get; init; } = X;
|
public readonly float X { get; init; } = X;
|
||||||
|
Reference in New Issue
Block a user