LengthSquared method for vectors

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: LengthSquared method for vectors

Re: LengthSquared method for vectors

by phantombeta » Thu Nov 28, 2019 12:16 pm

Already in. This is the same as

Code: Select all

vec dot vec

LengthSquared method for vectors

by Apeirogon » Thu Nov 28, 2019 11:53 am

As name says, return vector length squared
For cases when you need to check is some vector "smaller" than another.

Top