#Can you really not already add vectors with the + sign?

1 messages · Page 1 of 1 (latest)

young plover
#

Not being a dick genuinely suprised if that’s the case

south island
#

you can, things like cross, dot, length etc is all functionality that exists already in c

main wharf
#

? whats wrong with my math functions ive tested it and it just brings more math functions to gmod using my custom addon

main wharf
young plover
#

No no no I wasn’t tryna be mean or anything nothings wrong, I legit just thought this was already in g if

#

Gmod

main wharf
#

it doesnt have the any of this added the way like C++ does you need to do the work manually thats why i created this! 🙂

flat lynx
#

Vector(...) + Vector(...) works just fine.

#

Vector() * Vector() however doesn't. Because that's what dot and cross are for.