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