Coding Math: Episode 54 - Dot Product

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 21

  • @blackcitadel37
    @blackcitadel37 8 років тому +1

    This channel is awesome. It will help me with me a lot. Thanks for creating all these videos.

  • @RagePower2000
    @RagePower2000 6 років тому +3

    This is the best channel for programming math. Thank you so much.

  • @abidmahmud4943
    @abidmahmud4943 8 років тому +2

    I THINK THIS IS THE BEST TUTORIAL CHANNEL.....

  • @SketchpunkLabs
    @SketchpunkLabs 8 років тому +3

    Love your videos. Having gone through most of them I have a better understanding of the math I need to use in some unity experimentation. Finally a good explanation of the dot product, which should make certain things in shaders easier to understand whats going on. Hope you'll cover the cross product at some point soon.

  • @patrick99e99
    @patrick99e99 3 роки тому

    Could you not also get the angle of the two vectors by atan2(p2.y, p2.x) - atan2(p1.y, p1.x) ?

    • @spythere
      @spythere 3 роки тому

      Yeah, but this video is about a dot product and how you can use it. :) This is an alternate way to solve this.

  • @GmZorZ
    @GmZorZ 4 роки тому

    proper visualisations, i am liking this

  • @kiranchannayanamath3230
    @kiranchannayanamath3230 5 років тому

    Best explanation for Dot product

  • @rameynoodles152
    @rameynoodles152 5 років тому

    Could you make that video about Line Collision Detection with Dot and Cross products that you said you might do, now that you've got a video on it?

  • @abidmahmud4943
    @abidmahmud4943 8 років тому +2

    sir make some tutorial about tree and graph programming. Your math and physics programming tutorial is the best..I hope u will accept my request....

    • @codingmath
      @codingmath  8 років тому +1

      Thanks. That's a good concept. I'll look into it.

  • @ricardo.mazeto
    @ricardo.mazeto 8 років тому +1

    Great tutorial as always. Do you have any plans to start a rendering tutorial? That would be soo cool!

    • @codingmath
      @codingmath  8 років тому

      There's this, but not free. egghead.io/courses/create-3d-graphics-in-javascript-using-webgl

    • @SketchpunkLabs
      @SketchpunkLabs 8 років тому

      How far will webgl series go into the subject?

  • @AfterthoughtTV
    @AfterthoughtTV 8 років тому

    Fantastic video, thanks!

  • @jaredralphstanley
    @jaredralphstanley 8 років тому

    @Keith I have a tutorial request: the math behind distributing objects evenly on the surface of a sphere, or animating to another point on a sphere with the path fixed to the sphere surface. THANK YOU!

  • @hinocenciopaulo
    @hinocenciopaulo 8 років тому

    I love this subject, Thanks

  • @johnconley4955
    @johnconley4955 3 роки тому

    This is awesome, now I'm nearing the end of your teaching, what am I to do ? I've been doing this everyday in Lockdown,(I know, I'm not as fast as the rest of you)my computer is files of code, my scrapbooks are pages and pages full of code. As this is the best channel here it looks like I'm going through it again. Practice eh?
    Keith, thank you.

  • @anuraghazra4772
    @anuraghazra4772 6 років тому

    Can You Please Please Please Make A Video Series On Javascript Implementation Of SAT(Seperating Axis Theorem) Collision Detection. I Was Reading Some Articles On That Subject But I Cant Implement It In Javascript, So Please Make A Video Series On SAT I Will Be Very Glad To Learn SAT.

  • @cgh20xx
    @cgh20xx 8 років тому

    Thank you, could you show how two ball elastic collision like billiards game in future episode ? My English isn't very good, please don't mind.

  • @voidex2156
    @voidex2156 8 років тому

    Useful.