How to define an origin to a Spacial vector
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello everyone!
I have one triangular mesh consequently I have an array with the normal vector of each triangles.
Here's the thing. I don't really understand how this works but this normals are free in space right?
I want to give them an origin point like. I want to define that the normal v1 must have its origin in the point 0,0,0.
How can I do this?
댓글 수: 1
Guillaume
2019년 4월 2일
I think you need to explain better what you want (and what that has to do with matlab). A mathematical vector does not have an origin, that makes no sense. A vector is just a direction. However, you can certainly store a point together with a vector.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!