Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CoyoteMoves
Models
SeatingData
CoordinatePoint
C# 클래스 CoyoteMoves.Models.SeatingData.CoordinatePoint
파일 보기
프로젝트 열기: jakemmarsh/coyote-moves
1 사용 예제들
공개 메소드들
메소드
설명
CoordinatePoint
( ) :
System
CoordinatePoint
(
double
x
,
double
y
) :
System
IsEqualTo
(
CoordinatePoint
other
) :
bool
메소드 상세
CoordinatePoint()
공개
메소드
public
CoordinatePoint
( ) :
System
리턴
System
CoordinatePoint()
공개
메소드
public
CoordinatePoint
(
double
x
,
double
y
) :
System
x
double
y
double
리턴
System
IsEqualTo()
공개
메소드
public
IsEqualTo
(
CoordinatePoint
other
) :
bool
other
CoordinatePoint
리턴
bool