P
, as described below.Construct an outline object. This sanitises the input points
P
, as described below.
Construct an outline object. This sanitises the input points
P
, as described below.
P
A N-by-2 matrix of points of the Outline
arranged in anticlockwise order
gf
For each row of P
, the index of P
that
is next in the outline travelling anticlockwise (forwards)
gb
For each row of P
, the index of P
that
is next in the outline travelling clockwise (backwards)
h
For each row of P
, the correspondence of that
point (which will be to itself initially)
A.tot
Total area of the Fragment
initializeFromPoints()
Initialise a Fragment from a set of points
Fragment$initializeFromPoints(P)
P
An N-by-2 matrix of points of the Outline
clone()
The objects of this class are cloneable with this method.
Fragment$clone(deep = FALSE)
deep
Whether to make a deep clone.