C# Class Delaunay.LineSegment

ファイルを表示 Open project: ngarside/UnityDelaunay Class Usage Examples

Public Properties

Property Type Description
p0 UnityEngine.Vector2
p1 UnityEngine.Vector2

Public Methods

Method Description
CompareLengths ( LineSegment edge0, LineSegment edge1 ) : float
CompareLengthsMax ( LineSegment segment0, LineSegment segment1 ) : float
LineSegment ( Vector2 p0, Vector2 p1 ) : UnityEngine

Method Details

CompareLengths() public static method

public static CompareLengths ( LineSegment edge0, LineSegment edge1 ) : float
edge0 LineSegment
edge1 LineSegment
return float

CompareLengthsMax() public static method

public static CompareLengthsMax ( LineSegment segment0, LineSegment segment1 ) : float
segment0 LineSegment
segment1 LineSegment
return float

LineSegment() public method

public LineSegment ( Vector2 p0, Vector2 p1 ) : UnityEngine
p0 UnityEngine.Vector2
p1 UnityEngine.Vector2
return UnityEngine

Property Details

p0 public_oe property

public Vector2,UnityEngine p0
return UnityEngine.Vector2

p1 public_oe property

public Vector2,UnityEngine p1
return UnityEngine.Vector2