#Math

1 messages · Page 1 of 1 (latest)

lusty owl
#

so im a beginner in luau ive been on it learning stuff for about 2-3 months now doing some blender along with it but i wanted to know if i need a solid understanding of mathematics like trig, geometry, and etc

#

asking because i see a lot of the advanced systems use a lot of math

#

these

restive canyon
#

yes

#

definitely

#

trig is def important

#

vector math is just as much

#

any kind of math is needed, really

tranquil quailBOT
#

studio** You are now Level 30! **studio

restive canyon
#

oh cool lvl. 30

#

absolute cinema

drifting crown
#

Vector math is simple, and if you are a beginner you don't need to learn that much math just differentiate your vectors from x(left and right) y(up and down) and z(forward and backward) these are used in positions for workspace objects and GUI and more.. anyway good luck with scripting

#

They are also used for rotations(orientations) and to put them all together(positions and orientations) they are called CFrames

restive canyon
#

uhh actually

#

CFrames uses matrices for rotation

#

(tho they're converted from vectors so its really nothing)

lusty owl
#

when i get more advanced first

drifting crown
#

What's a freaking matrices I thought I knew everything about CFrames 😭

hard zenith
drifting crown
#

What's a 4x4 matrix 🥺🥺

hard zenith
#

google it

drifting crown
#

Nah I'd win

#

Tbh I don't feel like it rn

#

Yesterday my head was about to explode due to all the scripting I did on a game

#

So... Yeah

hard zenith
#

all you really need to know is that it is a thing and it can, on its own, represent the coordinate frame of anything in 3d space, that is position, rotation, size, and skew, all in the one variable. computers love them when doing 3d transformations like objectspace to worldspace. also the rotations conveniently have all the same properties as a quaternion without the drawbacks a typical euler angle has.

#

also fun sidefact, euler is pronouned "oiler", not "you-ler"

restive canyon
#

i thought it has always been just "euler"

#

exactly how its written

#

mabye im mixing up pronunciation from different languages

restive canyon