C# Class LineSegment, UnityUtils

Afficher le fichier Open project: mortennobel/UnityUtils Class Usage Examples

Méthodes publiques

Свойство Type Description
flag bool

Méthodes publiques

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

Method Details

IsSameDirection() public méthode

public IsSameDirection ( LineSegment, other ) : bool
other LineSegment,
Résultat bool

Length() public méthode

public Length ( ) : double
Résultat double

LineSegment() public méthode

public LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections
first_ Vector3D,
second_ Vector3D,
Résultat System.Collections

To2D() public méthode

public To2D ( int skip = 1 ) : LineSegment2D,
skip int
Résultat LineSegment2D,

Property Details

flag public_oe property

public bool flag
Résultat bool