Feeds
提问
Find volume of a polyhedron
Hi everyone, My polyhedron is concave, so I cannot use "boundary alphaShape convhull" to find the volume. Plus "boundar...
9 years 前 | 1 个回答 | 0
1
个回答提问
Does && has higher precedence than || in if?
Recently I used: if p==0&&q==0&&r==0||p==0&&q==0||q==0&&r==0||p==0&&r==0 if p>=0&&q>=0&&r>=0||p<=0&&q<=0&&r<=0 if a>0&&...
9 years 前 | 1 个回答 | 0