Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Methods
LineSweepPoint
Point
C# Class Methods.LineSweepPoint.Point
A 2d point (stripped to only include used methods).
ファイルを表示
Open project: Strilanc/Methods
Public Properties
Property
Type
Description
X
double
Y
double
Public Methods
Method
Description
Point
(
double
x
,
double
y
)
operator
( ) :
Point
operator
( ) :
Vector
Method Details
Point()
public
method
public
Point
(
double
x
,
double
y
)
x
double
y
double
operator()
public
static
method
public
static
operator
( ) :
Point
return
Point
operator()
public
static
method
public
static
operator
( ) :
Vector
return
Vector
Property Details
X
public_oe property
public
double
X
return
double
Y
public_oe property
public
double
Y
return
double