Skip to content

Angle: Add FromFraction() #4208

@swharden

Description

@swharden

It would be nice to be able to get the angle which is an arbitrary fraction around the circle.

I think it would be something like:

public static Angle FromFraction(double fraction) => FromDegrees(fraction * 360);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions