Skip to content

Angle<> needs alternative formatting #23

@FrancoisChabot

Description

@FrancoisChabot

Right now, we force the printing as degrees with a unicode ° postfix.

Ideally, we'd want to do something similar to the STL:

Angle<float> angle = Angle<float>::from_deg(180);

std::cout << vecpp::io::rad << angle << "\n".

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlow priorityNot something that needs to be addressed immediately

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions