Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Sorting 2 vectors into left hand and right hand vector

Discussion in 'Physics' started by crysicle, Sep 20, 2019.

  1. crysicle

    crysicle

    Joined:
    Oct 24, 2018
    Posts:
    95
    Hello, does anyone know how to sort 2 vectors into left hand and right hand vector? I'm trying to make a cross product out of the 2 and want to make sure the normal is pointing in the same direction regardless of how i provide the vectors to the Vector3.Cross() method. For the method, the vectors need to be provided in an order of left hand vector and then a right hand vector, however, for the life of me i can't figure out a way to do it after a few hours of thought and scouring the internet.