Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Methods
LineSweepPoint
Point
C# Class Methods.LineSweepPoint.Point
A 2d point (stripped to only include used methods).
Afficher le fichier
Open project: Strilanc/Methods
Méthodes publiques
Свойство
Type
Description
X
double
Y
double
Méthodes publiques
Méthode
Description
Point
(
double
x
,
double
y
)
operator
( ) :
Point
operator
( ) :
Vector
Method Details
Point()
public
méthode
public
Point
(
double
x
,
double
y
)
x
double
y
double
operator()
public
static
méthode
public
static
operator
( ) :
Point
Résultat
Point
operator()
public
static
méthode
public
static
operator
( ) :
Vector
Résultat
Vector
Property Details
X
public_oe property
public
double
X
Résultat
double
Y
public_oe property
public
double
Y
Résultat
double