Skip to content

Conversation

@Takym
Copy link
Contributor

@Takym Takym commented Aug 30, 2021

The difference with #57354 is that this PR does not contain IsZero property. This pull request resolves #57253.

@ghost
Copy link

ghost commented Aug 30, 2021

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost added area-System.Numerics new-api-needs-documentation community-contribution Indicates that the PR has been added by a community member labels Aug 30, 2021
@ghost
Copy link

ghost commented Aug 30, 2021

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

Issue Details

The difference with #57354 is that this PR does not contain IsZero property. This pull request resolves #57253.

Author: Takym
Assignees: -
Labels:

area-System.Numerics, new-api-needs-documentation, community-contribution

Milestone: -

public float Z;
public Quaternion(System.Numerics.Vector3 vectorPart, float scalarPart) { throw null; }
public Quaternion(float x, float y, float z, float w) { throw null; }
public static System.Numerics.Quaternion Zero { get { throw null; } }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please generate this file? that will make it ordered, so next time we generate there won't be extra diffs. info:

1) Run `dotnet build --no-incremental /t:GenerateReferenceSource` from the System.Runtime/src directory.

@danmoseley danmoseley merged commit 32cbe96 into dotnet:main Sep 1, 2021
@danmoseley
Copy link
Member

Thanks for the contribution @Takym . We would welcome more contributions from you.

@Takym Takym deleted the Quaternion2 branch September 1, 2021 23:57
@ghost ghost locked as resolved and limited conversation to collaborators Oct 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Numerics community-contribution Indicates that the PR has been added by a community member new-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API Proposal]: Quaternion.Zero is missing

3 participants