Community Profile

photo

Musa Mustapha


Last seen: 거의 2년 전 2019년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


How to determine whether point lies within pyramid volume
A square pyramid is described by five points E0, E1, E2, E3, E4. eg E0= [0,0,1];E1= [1,1,0]; E2= [-1,1,0]; E3= [-1,-1,0]; E4= [1...

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


How to generate a random point in the volume of a cylinder
I have a cylinder in three-dimensions with a long-axis defined by the endpoints ?1 and ?2, and radius ?. p1=[0.5, 0.3, 1]; p2=...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to generate random points within 3d pyramid
giving the parameters as E0= (0,0,1); E1= (1,1,0); E2=(-1,1,0); E3=(-1,-1,0); E4=(1,-1,0)

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


3d Hemisphere transformation Problem from A to 90 degrees in Z axis to B direction
%code for A N=500; r = 6; center = [2,1,3]; plot3(center(1),center(2),center(3),'ro') hold on P = zeros(N,3) ; for i=1:N ...

거의 5년 전 | 답변 수: 1 | 0

1

답변