Click or drag to resize

Edge3 Structure

Represents an edge of a Mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public struct Edge3

The Edge3 type exposes the following members.

Constructors
  NameDescription
Public methodEdge3
Initializes a new instance of the Edge3 struct. create an edge of a mesh via two vertex indexes.
Top
Properties
  NameDescription
Public propertyA
Gets the index of starting vertex.
Public propertyB
Gets the index of end vertex.
Public propertyItem
Get the vertex by index.
Top
Methods
  NameDescription
Public methodEquals
test whether the other object is identical to this edges.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
return the edges hashcode.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNakedEdgeSuccessor
Returns the succeeding edge in a loop, with the correct orientation. Chooses just one if there are several. Throws error if there is none.
Public methodNormalized
Return the Edge such that the index of the start vertex is smaller or equal to the index of the end-vertex.
Public methodOpposite
return edge with reverted direction.
Public methodToString
Produce string output for an edge.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
compare two edges for equality.
Public operatorStatic memberInequality
compare two edges for unequality.
Top
See Also