Skip to content

error: 'yaw' was not declared in this scope #1

@github4manu

Description

@github4manu

This means the variables yaw, pitch, and roll are being used in the Quaternion constructor but are not declared as members of the Quaternion class or as local variables.

Add
public:
float yaw, pitch, roll;

in the class Quaternion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions