class HalfEdgeHandle
in global :: HalfEdgeMesh
😔 No documentation found.
public int Index { get; }
😔 No documentation found.
public bool IsValid { get; }
😔 No documentation found.
public static HalfEdgeHandle Invalid { get; }
😔 No documentation found.
public VertexHandle Vertex { get; set; }
😔 No documentation found.
public HalfEdgeHandle OppositeEdge { get; set; }
😔 No documentation found.
public HalfEdgeHandle NextEdge { get; set; }
😔 No documentation found.
public FaceHandle Face { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( HalfEdgeHandle left, HalfEdgeHandle right )
😔 No documentation found.
public static bool op_Equality( HalfEdgeHandle left, HalfEdgeHandle right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( HalfEdgeHandle other )
😔 No documentation found.
public HalfEdgeHandle <Clone>$( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.