Skip to content

Commit

Permalink
fix copypasta in vec4.lengthen
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Mar 25, 2024
1 parent 543327f commit 61d91a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vec4-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export function transformMat4(v: Vec4, m: Mat4, dst?: Vec4): Vec4 {
/**
* Treat a 4D vector as a direction and set it's length
*
* @param a The vec3 to lengthen
* @param a The vec4 to lengthen
* @param len The length of the resulting vector
* @returns The lengthened vector
*/
Expand Down

0 comments on commit 61d91a3

Please sign in to comment.