Search
Preparing search index...
The search index is not available
SavageDOM
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PathSegment
TriplePoint
Class TriplePoint
Hierarchy
PathSegment
TriplePoint
CurveToCubicAbs
CurveToCubicRel
Implements
Attribute
<
PathSegment
>
Index
Constructors
constructor
Properties
command
p1
p2
p3
Methods
build
Instance
default
Instance
get
interpolator
parse
parse
Args
set
to
String
Constructors
constructor
new
Triple
Point
(
command
:
CurveToCubicAbs
|
CurveToCubicRel
, p1
?:
Point
, p2
?:
Point
, p3
?:
Point
)
:
TriplePoint
Parameters
command:
CurveToCubicAbs
|
CurveToCubicRel
Default value
p1:
Point
= new Point(0, 0)
Default value
p2:
Point
= new Point(0, 0)
Default value
p3:
Point
= new Point(0, 0)
Returns
TriplePoint
Properties
command
command
:
Command
p1
p1
:
Point
p2
p2
:
Point
p3
p3
:
Point
Methods
Abstract
build
Instance
build
Instance
(
p1
:
Point
, p2
:
Point
, p3
:
Point
)
:
TriplePoint
Parameters
p1:
Point
p2:
Point
p3:
Point
Returns
TriplePoint
Abstract
default
Instance
default
Instance
(
)
:
TriplePoint
Returns
TriplePoint
get
get
(
element
:
SVGElement
, attr
:
string
)
:
PathSegment
Parameters
element:
SVGElement
attr:
string
Returns
PathSegment
interpolator
interpolator
(
from
:
PathSegment
)
:
function
Parameters
from:
PathSegment
Returns
function
(
t
:
number
)
:
PathSegment
Parameters
t:
number
Returns
PathSegment
parse
parse
(
css
:
string
|
null
)
:
PathSegment
Parameters
css:
string
|
null
Returns
PathSegment
parse
Args
parse
Args
(
css
:
string
)
:
TriplePoint
Parameters
css:
string
Returns
TriplePoint
set
set
(
element
:
SVGElement
, attr
:
string
, override
?:
PathSegment
)
:
void
Parameters
element:
SVGElement
attr:
string
Optional
override:
PathSegment
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
Path
Segment
Command
Arc
To
Arc
ToAbs
Arc
ToRel
Close
Path
Curve
ToCubic
Abs
Curve
ToCubic
Rel
Curve
ToCubic
Smooth
Abs
Curve
ToCubic
Smooth
Rel
Curve
ToQuadratic
Abs
Curve
ToQuadratic
Rel
Curve
ToQuadratic
Smooth
Abs
Curve
ToQuadratic
Smooth
Rel
Double
Point
Line
ToAbs
Line
ToHorizontal
Abs
Line
ToHorizontal
Rel
Line
ToRel
Line
ToVertical
Abs
Line
ToVertical
Rel
Move
ToAbs
Move
ToRel
Single
Length
Single
Point
Triple
Point
constructor
command
p1
p2
p3
build
Instance
default
Instance
get
interpolator
parse
parse
Args
set
to
String
constructor
command
default
Instance
get
interpolator
parse
parse
Args
set
to
String
Generated using
TypeDoc