Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GeometryClassLibrary
EllipticArc
C# Class GeometryClassLibrary.EllipticArc
Inheritance:
IEdge
Mostra file
Open project: ParagonTruss/GeometryClassLibrary
Public Methods
Method
Description
Copy
( ) :
IEdge
Reverse
( ) :
IEdge
Rotate
(
Rotation
rotation
) :
IEdge
Shift
(
Shift
shift
) :
IEdge
Translate
(
Point
point
) :
IEdge
Private Methods
Method
Description
EllipticArc
(
Point
basePoint
,
Point
endPoint
,
Point
focus1
,
Point
focus2
) :
System
Method Details
Copy()
public
method
public
Copy
( ) :
IEdge
return
IEdge
Reverse()
public
method
public
Reverse
( ) :
IEdge
return
IEdge
Rotate()
public
method
public
Rotate
(
Rotation
rotation
) :
IEdge
rotation
Rotation
return
IEdge
Shift()
public
method
public
Shift
(
Shift
shift
) :
IEdge
shift
Shift
return
IEdge
Translate()
public
method
public
Translate
(
Point
point
) :
IEdge
point
Point
return
IEdge