Feeds
질문
How can we increase/decrease the number of triangles in a triangulation that is created from a polyshape object?
I wrote the following code: C1 = polyshape(X1,Y1); C2 = polyshape(X2,Y2); C = subtract(C1,C2); T = triangulate(C); where X1...
2년 초과 전 | 답변 수: 3 | 0
3
답변문제를 풀었습니다
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
거의 10년 전