Skip to content

Lerp method signature is inconsistent with upcoming f32::lerp() in nightly. #208

@koalefant

Description

@koalefant

f32::lerp() is being merged into nightly Rust with signature of t.lerp(a, b).
rust-lang/rust#86269

This makes current lerp() method signatures in glam confusingly incompatible with f32. I wonder if this will/should be addressed in glam?

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