new Corner()
This class represents a corner in a Mesh. It is a convenience
wrapper around Halfedge - each corner stores the halfedge opposite to it.
Properties:
Name | Type | Description |
---|---|---|
halfedge |
module:Core.Halfedge | The halfedge opposite to this corner. |
Members
-
vertex :module:Core.Vertex
-
The vertex this corner lies on.
Type:
-
face :module:Core.Face
-
The face this corner is contained in.
Type:
-
next :module:Core.Corner
-
The next corner (in CCW order) in this corner's face.
Type:
-
prev :module:Core.Corner
-
The previous corner (in CCW order) in this corner's face.
Type: