| 55 | } |
| 56 | |
| 57 | MeshTriPoint MeshTriPoint::lnext( const MeshTopology & topology ) const |
| 58 | { |
| 59 | MeshTriPoint res; |
| 60 | res.e = topology.prev( e.sym() ); |
| 61 | res.bary = bary.lnext(); |
| 62 | return res; |
| 63 | } |
| 64 | |
| 65 | MeshTriPoint MeshTriPoint::canonical( const MeshTopology & topology ) const |
| 66 | { |