C# 클래스 Voronoi.Point

Represents a 2D point
파일 보기 프로젝트 열기: jesta88/Unity-Voronoi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
halfEdges List
id int
x float
y float
z float

공개 메소드들

메소드 설명
Point ( float x, float y, float z ) : System
SetId ( int id ) : Point
ToString ( ) : string
ToVector3 ( ) : System.Vector3

메소드 상세

Point() 공개 메소드

public Point ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

SetId() 공개 메소드

public SetId ( int id ) : Point
id int
리턴 Point

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToVector3() 공개 메소드

public ToVector3 ( ) : System.Vector3
리턴 System.Vector3

프로퍼티 상세

halfEdges 공개적으로 프로퍼티

public List halfEdges
리턴 List

id 공개적으로 프로퍼티

public int id
리턴 int

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float

z 공개적으로 프로퍼티

public float z
리턴 float