Skip to content

Expose a direction preserving slerp for Quats #572

@VVishion

Description

@VVishion

Preserving the intended rotation direction is useful in certain scenarios. Its the same slerp function without the if statement

if dot < 0.0 {
     end = -end;
     dot = -dot;
}

and the result probably needs normalization

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions