C# Class Voronoi.Point

Represents a 2D point
Afficher le fichier Open project: jesta88/Unity-Voronoi Class Usage Examples

Méthodes publiques

Свойство Type Description
halfEdges List
id int
x float
y float
z float

Méthodes publiques

Méthode Description
Point ( float x, float y, float z ) : System
SetId ( int id ) : Point
ToString ( ) : string
ToVector3 ( ) : System.Vector3

Method Details

Point() public méthode

public Point ( float x, float y, float z ) : System
x float
y float
z float
Résultat System

SetId() public méthode

public SetId ( int id ) : Point
id int
Résultat Point

ToString() public méthode

public ToString ( ) : string
Résultat string

ToVector3() public méthode

public ToVector3 ( ) : System.Vector3
Résultat System.Vector3

Property Details

halfEdges public_oe property

public List halfEdges
Résultat List

id public_oe property

public int id
Résultat int

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float

z public_oe property

public float z
Résultat float