Menu

/U

/u/NutelaTheNormand

Author Profile

Claim This Author Profile

Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.

Sign In To Claim
0 karma0 postsjoined 4 days ago

🌐 reddit.comSource

Tried implementing vectors from scratch, but for some reason, in the function normalize(), I get different results if i make the normalising operation using the function getMag()by itself, and with the function put into a variable. normalize(){ var len = this.getMag(); // ”Raw”

4 days ago