C# Class LineSegment, UnityUtils

Exibir arquivo Open project: mortennobel/UnityUtils Class Usage Examples

Public Properties

Property Type Description
flag bool

Public Methods

Method Description
IsSameDirection ( LineSegment, other ) : bool
Length ( ) : double
LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections
To2D ( int skip = 1 ) : LineSegment2D,

Method Details

IsSameDirection() public method

public IsSameDirection ( LineSegment, other ) : bool
other LineSegment,
return bool

Length() public method

public Length ( ) : double
return double

LineSegment() public method

public LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections
first_ Vector3D,
second_ Vector3D,
return System.Collections

To2D() public method

public To2D ( int skip = 1 ) : LineSegment2D,
skip int
return LineSegment2D,

Property Details

flag public_oe property

public bool flag
return bool