Skip to content

Typo in various Vector function names #148

Closed
@Cramblioni

Description

@Cramblioni

The naming convention for the various Vector2* and Vector3* seems to be vector2_* and vector3_*.

I've found the following functions that do not follow this convention.

  • vector_2distance
  • vector_2distance_sqr
  • vector_2divide
  • vector_2dot_product
  • vector_3distance
  • vector_3distance_sqr
  • vector_3divide
  • vector_3dot_product

I don't know if this is intentional, but it seems like a mistake.

I'm using the pypi copy (raylib 5.0.0.4 released 2024/10/2), though a quick code search shows that this issue is still present.

Sorry to nag.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions