C# 클래스 FdoToolbox.Core.Feature.RTree.Point

Point class
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
Point ( float x, float y, float z )

Constructor.

메소드 상세

Point() 공개 메소드

Constructor.
public Point ( float x, float y, float z )
x float The x coordinate of the point
y float The y coordinate of the point
z float The z coordinate of the point