#Breadboard normalize function for vectors
20 messages · Page 1 of 1 (latest)
I agree with this
I have wanted this many times
v.direction
I'd prefer if it was v.dir, and .magnitude was shortened to .mag
v.dir,v.mag
if v.mag = 0, output (0,0,0)
... Wait, is it already a thing?
no I think he's suggesting a name for it
just a name suggestion
Oh, thank you!
Yeah!
v.direction or v.normalize would both work
normalize is what it's called in Lua iirc
I'd want this more than anything. I dont use magnitude because a.magnitude is really long
a^1 is so short and nice and simple
damn, they instantly added it 💀 .normalized
very nice
praise ze devs ^^
normalize() is the function that modifies the Vector3 in-place, normalized is the property that returns a new, normalized copy
anyway good addition 
Amazing