문제

I have a cube and a plane q that intersects the cube at one of its vertex v. Under dual transformation in geometry, the dual of a point in 3D is a plane and vice versa. The dual of a cube is an octahedron, where a vertex of the cube now becomes a face of the octehedron, and a face of the cube becomes a vertex of the octehedron.

Now what I want to know is where the dual of the plane q is. As q intersects the cube at vertex v, does it lie on the face (that corresponds to the dual of v) of the octahedron? Anyone can help me out on this problem? Thanks a lot!

도움이 되었습니까?

해결책

Yes, sure. In the primal, the plane q is incident to the vertex v. Thus in the dual, dual(v) and dual(q) are also incident. That means that the dual(q) is a vertex that lies on the face dual(v).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top