Computer Graphics: Lecture #18: Cyrus Beck Line clipping

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 46

  • @syedmahmudhafiz6879
    @syedmahmudhafiz6879 4 роки тому +1

    What an explanation in every single video. Amazing.

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

    A beautiful explanation ma'am I like the way you teach and you explain every point. I hope every institute have the teaching faculty like you. Your work is really helping us It's the help to the society. I really appreciate your work.
    Thank You ma'am ones again. God bless u!

  • @niketpandey6566
    @niketpandey6566 6 років тому +1

    great work mam....you made the concept crystal clear :)

  • @dr.akashrajak5143
    @dr.akashrajak5143 5 років тому +1

    Beautifully Explained.. Hats off to you

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

    Amazing explanatio and demonstration of the algorithm! Thank you very much for this video! :)

  • @harsh.bhatt_art
    @harsh.bhatt_art 5 років тому +1

    Thank you ma'am ☺ smjh a gayi algo 😎

  • @paintedbooks4416
    @paintedbooks4416 3 роки тому +2

    1. When taking an edge, for example V3V4, how do we know which one is the f? Do we take any one as the f?
    2. How is the answer at 19:11 (1.2 , 1.8)? I put it into a calculator and I got (-1.2 , 4.2) instead. Please explain

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

    Now I understand, thank you Jyothi!!!

  • @arjunsinghthakur8302
    @arjunsinghthakur8302 6 років тому +1

    awesome teaching maa'm!!
    tysm:)

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

    love you mam. you are a great teacher.

  • @y.kadharhussan1892
    @y.kadharhussan1892 4 роки тому

    very good mam you made difficult concept in easy manner

  • @DHINESHKUMARK.A
    @DHINESHKUMARK.A Рік тому

    Very useful content ma'am

  • @neerajsingh769
    @neerajsingh769 5 років тому +2

    Many thanx mam...🙏

  • @dhruvsharma5853
    @dhruvsharma5853 6 років тому +1

    awesome, now its clear

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

    Thanks mam. It was very helpful.

  • @MuhammadAkram-wu3ke
    @MuhammadAkram-wu3ke 5 років тому

    I wanna question mam
    If D.N is equal to 0 then what we select T upper limit or T lower limit

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

    direction of the normal should be always away from the center of the polgyon, but you have taken it into the polygon.

  • @ArjunSingh-gs3lj
    @ArjunSingh-gs3lj 5 років тому +1

    Thanks a lot for the explanation, but your method to calculate normal vector will only work for the case you have considered. i and j coefficients of normal vector will not alway be unit or zero.

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

    Very nice video for Cohen Sutherland algorithm..

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

    How to select boundary point?

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

      Common point of two edges should be considered as boundary point for both the edges.

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

    For every calculation you have taken point(-2, 1) then when to take (6, 3)

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

      This algorithm doesn't put any condition on the choice of P1. That means you can consider P1 as (6,3) and get the same answer.

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

    Thanks a lot. you are great

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

    Teaching on par 👏

  • @shrutibhardwaj601
    @shrutibhardwaj601 5 років тому +1

    Boundary point kese choose krenge? 🙄 Example... V2 v3 mai se apne v3 hi kyun liya? 🙄

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

    Mam there is a confusion in finding the normal vectors could you please expalin it

    • @yugiohtcgcards3718
      @yugiohtcgcards3718 4 роки тому +1

      I think you need to define a normal vector that is perpendicular to the edge you are viewing and directed to the inside of your clipping area.
      Depending on the direction of the vector you set the values for its x and y attributes.
      Examples:
      A vector like that -----> would have values of [1,0]

  • @Ironman-tq6ju
    @Ironman-tq6ju 3 роки тому

    Thank u so much mam ❤

  • @md.muradhossain9748
    @md.muradhossain9748 6 років тому

    Mam, please tell me how to get the value of n??? please ans!!!

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

    mam please tell me how tha value of n came

    • @md.muradhossain9748
      @md.muradhossain9748 6 років тому

      if this sign -> only indicate x-axis so the value of n [1 0] but indicate both x and y axis , so the value of n [1 1]

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

      here's the explanation 11:26

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

      U can check at 11.30

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

      For edge v2v3,
      V2v3.n3=0
      (V3-v2).(n31-n32)=0

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

    Whats t?

  • @MohanRoyal-pz3qj
    @MohanRoyal-pz3qj Рік тому

    Super madam

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

    Nice

  • @md.sahidhussain9624
    @md.sahidhussain9624 5 років тому +1

    less then 0 depicts interior and greater then zero depicts exterior i guess, ,,?

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

    best

  • @KetakiKavade
    @KetakiKavade Рік тому

    How to find out boundary point f ?