Community Profile

photo

Musa Mustapha


Last seen: ongeveer 2 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

bijna 5 jaar ago | 3 answers | 0

3

answers

Question


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=...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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)

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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 ...

bijna 5 jaar ago | 1 answer | 0

1

answer