Community Profile

photo

Musa Mustapha


Last seen: 約2年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

回答