Class GeoGraph2D.ComputeOutlineResult<T>
Inheritance
System.Object
GeoGraph2D.ComputeOutlineResult<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.Util.GeoGraph
Assembly: cs.temp.dll.dll
Syntax
public class ComputeOutlineResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
ComputeOutlineResult()
Declaration
public ComputeOutlineResult()
ComputeOutlineResult(Boolean, Boolean, List<T>)
Declaration
public ComputeOutlineResult(bool success, bool hasSelfCrossing, List<T> outline)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | success | |
System.Boolean | hasSelfCrossing | |
List<T> | outline |
Properties
HasSelfCrossing
Declaration
public bool HasSelfCrossing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Outline
Declaration
public List<T> Outline { get; set; }
Property Value
Type | Description |
---|---|
List<T> |
Success
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |