Collaboration diagram for MFTorusMF:
Functions | |
MFImplicitMF | MFIMFCreateTorus (double x, double y, double z, double RI, double RO, MFErrorHandler e) |
Creates an implicitly defined manifold for a 2-torus embedded in 3-space, centered at (x,y,z) with inner radius RI and outer radius RO. If RO were 0. (don't! the eqs are singular then), the torus would be a circle of radius RI in the xy-plane. You are free to set RI<RO, but it won't look like a torus. |
|
Creates an implicitly defined manifold for a 2-torus embedded in 3-space, centered at (x,y,z) with inner radius RI and outer radius RO. If RO were 0. (don't! the eqs are singular then), the torus would be a circle of radius RI in the xy-plane. You are free to set RI<RO, but it won't look like a torus.
|