2017-11-27 15:44:06 +00:00
SkPoint Reference
===
2018-10-16 14:30:28 +00:00
2018-10-08 18:57:48 +00:00
< a name = 'SkPoint' > < / a >
2018-05-16 11:07:07 +00:00
2018-10-16 14:30:28 +00:00
---
2018-10-08 18:57:48 +00:00
< pre style = "padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0 " >
struct < a href = '#SkPoint' > SkPoint< / a > {
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_fX' > fX< / a > ;
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_fY' > fY< / a > ;
static constexpr < a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_Make' > Make< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y);
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_x' > x< / a > () const;
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_y' > y< / a > () const;
bool < a href = '#SkPoint_isZero' > isZero< / a > () const;
void < a href = '#SkPoint_set' > set< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y);
void < a href = '#SkPoint_iset' > iset< / a > (int32_t x, int32_t y);
void < a href = '#SkPoint_iset_2' > iset< / a > (const < a href = 'SkIPoint_Reference#SkIPoint' > SkIPoint< / a > & p);
void < a href = '#SkPoint_setAbs' > setAbs< / a > (const < a href = '#SkPoint' > SkPoint< / a > & pt);
static void < a href = '#SkPoint_Offset' > Offset< / a > (< a href = '#SkPoint' > SkPoint< / a > points[], int count, const < a href = '#SkVector' > SkVector< / a > & offset);
static void < a href = '#SkPoint_Offset_2' > Offset< / a > (< a href = '#SkPoint' > SkPoint< / a > points[], int count, < a href = 'undocumented#SkScalar' > SkScalar< / a > dx, < a href = 'undocumented#SkScalar' > SkScalar< / a > dy);
void < a href = '#SkPoint_offset' > offset< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > dx, < a href = 'undocumented#SkScalar' > SkScalar< / a > dy);
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_length' > length< / a > () const;
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_distanceToOrigin' > distanceToOrigin< / a > () const;
bool < a href = '#SkPoint_normalize' > normalize< / a > ();
bool < a href = '#SkPoint_setNormalize' > setNormalize< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y);
bool < a href = '#SkPoint_setLength' > setLength< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > length);
bool < a href = '#SkPoint_setLength_2' > setLength< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y, < a href = 'undocumented#SkScalar' > SkScalar< / a > length);
void < a href = '#SkPoint_scale' > scale< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > scale, < a href = '#SkPoint' > SkPoint< / a > * dst) const;
void < a href = '#SkPoint_scale_2' > scale< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > value);
void < a href = '#SkPoint_negate' > negate< / a > ();
< a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_minus_operator' > operator-()_const< / a > ;
void < a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a > ;
void < a href = '#SkPoint_subtractfrom_operator' > operator-=(const SkVector& v)< / a > ;
< a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_multiply_operator' > operator*(SkScalar scale)_const< / a > ;
< a href = '#SkPoint' > SkPoint< / a > & < a href = '#SkPoint_multiplyby_operator' > operator*=(SkScalar scale)< / a > ;
bool < a href = '#SkPoint_isFinite' > isFinite< / a > () const;
bool < a href = '#SkPoint_equals' > equals< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y) const;
friend bool < a href = '#SkPoint_equal_operator' > operator==(const SkPoint& a, const SkPoint& b)< / a > ;
friend bool < a href = '#SkPoint_notequal_operator' > operator!=(const SkPoint& a, const SkPoint& b)< / a > ;
friend < a href = '#SkVector' > SkVector< / a > < a href = '#SkPoint_subtract_operator' > operator-(const SkPoint& a, const SkPoint& b)< / a > ;
friend < a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_add_operator' > operator+(const SkPoint& a, const SkVector& b)< / a > ;
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Length' > Length< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y);
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Normalize' > Normalize< / a > (< a href = '#SkVector' > SkVector< / a > * vec);
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Distance' > Distance< / a > (const < a href = '#SkPoint' > SkPoint< / a > & a, const < a href = '#SkPoint' > SkPoint< / a > & b);
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_DotProduct' > DotProduct< / a > (const < a href = '#SkVector' > SkVector< / a > & a, const < a href = '#SkVector' > SkVector< / a > & b);
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_CrossProduct' > CrossProduct< / a > (const < a href = '#SkVector' > SkVector< / a > & a, const < a href = '#SkVector' > SkVector< / a > & b);
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_cross' > cross< / a > (const < a href = '#SkVector' > SkVector< / a > & vec) const;
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_dot' > dot< / a > (const < a href = '#SkVector' > SkVector< / a > & vec) const;
};
< / pre >
2018-05-16 11:07:07 +00:00
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint' > SkPoint< / a > holds two 32-bit floating point coordinates.< table style = 'border-collapse: collapse; width: 62.5em' >
2018-05-16 11:07:07 +00:00
< tr >< th style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' > Type</ th >
2018-10-08 18:57:48 +00:00
< th style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' > Member</ th >
2018-05-16 11:07:07 +00:00
< th style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' > Description</ th ></ tr >
< tr style = 'background-color: #f0f0f0 ; ' >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' > SkScalar</ td >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' >< a name = 'SkPoint_fX' >< code > fX</ code ></ a ></ td >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' >
x-axis value used by both < a href = '#Point' > Point< / a > and < a href = '#Vector' > Vector< / a > . May contain any value, including
infinities and NaN.
< / td >
< / tr >
< tr >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' > SkScalar</ td >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' >< a name = 'SkPoint_fY' >< code > fY</ code ></ a ></ td >
< td style = 'text-align: left; border: 2px solid #dddddd ; padding: 8px; ' >
y-axis value used by both < a href = '#Point' > Point< / a > and < a href = '#Vector' > Vector< / a > . May contain any value, including
2018-01-04 21:11:51 +00:00
infinities and NaN.
2018-05-16 11:07:07 +00:00
< / td >
< / tr >
< / table >
< a name = 'SkPoint_Make' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static constexpr < a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_Make' > Make< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_fX' > fX< / a > to x, < a href = '#SkPoint_fY' > fY< / a > to y. Used both to set < a href = '#Point' > Point< / a > and < a href = '#Vector' > Vector< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Make_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > < a href = 'undocumented#SkScalar' > SkScalar< / a > x-axis value of constructed < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Make_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > < a href = 'undocumented#SkScalar' > SkScalar< / a > y-axis value of constructed < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#Point' > Point< / a > (x, y)
2017-11-27 15:44:06 +00:00
### Example
2018-07-05 05:35:27 +00:00
< div > < fiddle-embed name = "d266e70977847001f7c42f8a2513bee7" >
2017-11-27 15:44:06 +00:00
#### Example Output
~~~~
all equal
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_set' > set< / a > () < a href = '#SkPoint_iset' > iset< / a > < sup > < a href = '#SkPoint_iset_2' > [2]< / a > < / sup > () < a href = 'SkIPoint_Reference#SkIPoint_Make' > SkIPoint::Make< / a >
2017-11-27 15:44:06 +00:00
2018-10-16 14:30:28 +00:00
< a name = 'Property' > < / a >
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_x' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_x' > x< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns x-axis value of < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > .
2017-11-27 15:44:06 +00:00
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_fX' > fX< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "9f3fe446b800ae1d940785d438634941" >
#### Example Output
~~~~
pt1.fX == pt1.x()
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_y' > y< / a > () < a href = 'SkIPoint_Reference#SkIPoint_x' > SkIPoint::x< / a > ()
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_y' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_y' > y< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns y-axis value of < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > .
2017-11-27 15:44:06 +00:00
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_fY' > fY< / a >
2017-11-27 15:44:06 +00:00
### Example
2018-07-03 05:29:30 +00:00
< div > < fiddle-embed name = "4c962850c2dbea4d2325df469400680e" >
2017-11-27 15:44:06 +00:00
#### Example Output
~~~~
pt1.fY == pt1.y()
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_x' > x< / a > () < a href = 'SkIPoint_Reference#SkIPoint_y' > SkIPoint::y< / a > ()
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_isZero' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_isZero' > isZero< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns true if < a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > are both zero.
2017-11-27 15:44:06 +00:00
### Return Value
2018-05-16 11:07:07 +00:00
true if < a href = '#SkPoint_fX' > fX< / a > is zero and < a href = '#SkPoint_fY' > fY< / a > is zero
2017-11-27 15:44:06 +00:00
### Example
2018-07-18 20:21:51 +00:00
< div > < fiddle-embed name = "81b9665110b88ef6bcbc20464aed7da1" >
2017-11-27 15:44:06 +00:00
#### Example Output
~~~~
pt.fX=+0 pt.fY=-0
pt.isZero() == true
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_isFinite' > isFinite< / a > < a href = 'SkIPoint_Reference#SkIPoint_isZero' > SkIPoint::isZero< / a >
2017-11-27 15:44:06 +00:00
2018-10-16 14:30:28 +00:00
< a name = 'Set' > < / a >
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_set' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_set' > set< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_fX' > fX< / a > to x and < a href = '#SkPoint_fY' > fY< / a > to y.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_set_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > new value for < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_set_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > new value for < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "d08d1e7dafcad4342d1619fdbb2f5781" >
#### Example Output
~~~~
pt1 == pt2
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_iset' > iset< / a > < sup > < a href = '#SkPoint_iset_2' > [2]< / a > < / sup > () < a href = '#SkPoint_Make' > Make< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_iset' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_iset' > iset< / a > (int32_t x, int32_t y)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_fX' > fX< / a > to x and < a href = '#SkPoint_fY' > fY< / a > to y, promoting integers to < a href = 'undocumented#SkScalar' > SkScalar< / a > values.
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
Assigning a large integer value directly to < a href = '#SkPoint_fX' > fX< / a > or < a href = '#SkPoint_fY' > fY< / a > may cause a compiler
error, triggered by narrowing conversion of int to < a href = 'undocumented#SkScalar' > SkScalar< / a > . This safely
2018-01-26 17:56:22 +00:00
casts x and y to avoid the error.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_iset_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > new value for < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_iset_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > new value for < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "0d9e8ed734981b5b113f22c7bfde5357" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_set' > set< / a > < a href = '#SkPoint_Make' > Make< / a > < a href = 'SkIPoint_Reference#SkIPoint_set' > SkIPoint::set< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_iset_2' > < / a >
2018-01-26 17:56:22 +00:00
2018-10-16 14:30:28 +00:00
---
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_iset' > iset< / a > (const < a href = 'SkIPoint_Reference#SkIPoint' > SkIPoint< / a > & p)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_fX' > fX< / a > to < a href = '#SkPoint_iset_2_p' > p< / a > .< a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > to < a href = '#SkPoint_iset_2_p' > p< / a > .< a href = '#SkPoint_fY' > fY< / a > , promoting integers to < a href = 'undocumented#SkScalar' > SkScalar< / a > values.
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
Assigning an < a href = 'SkIPoint_Reference#IPoint' > IPoint< / a > containing a large integer value directly to < a href = '#SkPoint_fX' > fX< / a > or < a href = '#SkPoint_fY' > fY< / a > may
cause a compiler error, triggered by narrowing conversion of int to < a href = 'undocumented#SkScalar' > SkScalar< / a > .
This safely casts < a href = '#SkPoint_iset_2_p' > p< / a > .< a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_iset_2_p' > p< / a > .< a href = '#SkPoint_fY' > fY< / a > to avoid the error.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_iset_2_p' > < code > < strong > p< / strong > < / code > < / a > < / td >
< td > < a href = 'SkIPoint_Reference#IPoint' > IPoint< / a > members promoted to < a href = 'undocumented#SkScalar' > SkScalar< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
2018-07-09 05:28:19 +00:00
< div > < fiddle-embed name = "12b7164a769e232bb772f19c59600ee7" >
2017-11-27 15:44:06 +00:00
#### Example Output
~~~~
iPt: -2147483647, 2147483647
fPt: -2.14748e+09, 2.14748e+09
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_set' > set< / a > < a href = '#SkPoint_Make' > Make< / a > < a href = 'SkIPoint_Reference#SkIPoint_set' > SkIPoint::set< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_setAbs' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_setAbs' > setAbs< / a > (const < a href = '#SkPoint' > SkPoint< / a > & pt)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_fX' > fX< / a > to absolute value of < a href = '#SkPoint_setAbs_pt' > pt< / a > .< a href = '#SkPoint_fX' > fX< / a > ; and < a href = '#SkPoint_fY' > fY< / a > to absolute value of < a href = '#SkPoint_setAbs_pt' > pt< / a > .< a href = '#SkPoint_fY' > fY< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_setAbs_pt' > < code > < strong > pt< / strong > < / code > < / a > < / td >
< td > members providing magnitude for < a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "7f70860e820b67a347cff03c00488426" >
#### Example Output
~~~~
pt: 0, -0 abs: 0, 0
pt: -1, -2 abs: 1, 2
pt: inf, -inf abs: inf, inf
pt: nan, -nan abs: nan, nan
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_set' > set< / a > < a href = '#SkPoint_Make' > Make< / a > < a href = '#SkPoint_negate' > negate< / a >
2017-11-27 15:44:06 +00:00
2018-10-16 14:30:28 +00:00
< a name = 'Offset' > < / a >
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_Offset' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static void < a href = '#SkPoint_Offset' > Offset< / a > (< a href = '#SkPoint' > SkPoint< / a > points[], int count, const < a href = '#SkVector' > SkVector< / a > & offset)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Adds offset to each < a href = '#Point' > Point< / a > in < a href = '#SkPoint_Offset_points' > points< / a > array with < a href = '#SkPoint_Offset_count' > count< / a > entries.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Offset_points' > < code > < strong > points< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > array< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Offset_count' > < code > < strong > count< / strong > < / code > < / a > < / td >
< td > entries in array< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Offset_offset' > < code > < strong > offset< / strong > < / code > < / a > < / td >
< td > < a href = '#Vector' > Vector< / a > added to < a href = '#SkPoint_Offset_points' > points< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "f0f24726df78a5d797bcf311e694a0a3" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_offset' > offset< / a > < a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_Offset_2' > < / a >
2018-01-26 17:56:22 +00:00
2018-10-16 14:30:28 +00:00
---
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static void < a href = '#SkPoint_Offset' > Offset< / a > (< a href = '#SkPoint' > SkPoint< / a > points[], int count, < a href = 'undocumented#SkScalar' > SkScalar< / a > dx, < a href = 'undocumented#SkScalar' > SkScalar< / a > dy)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Adds offset (< a href = '#SkPoint_Offset_2_dx' > dx< / a > , < a href = '#SkPoint_Offset_2_dy' > dy< / a > ) to each < a href = '#Point' > Point< / a > in < a href = '#SkPoint_Offset_2_points' > points< / a > array of length < a href = '#SkPoint_Offset_2_count' > count< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Offset_2_points' > < code > < strong > points< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > array< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Offset_2_count' > < code > < strong > count< / strong > < / code > < / a > < / td >
< td > entries in array< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Offset_2_dx' > < code > < strong > dx< / strong > < / code > < / a > < / td >
< td > added to < a href = '#SkPoint_fX' > fX< / a > in < a href = '#SkPoint_Offset_2_points' > points< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Offset_2_dy' > < code > < strong > dy< / strong > < / code > < / a > < / td >
< td > added to < a href = '#SkPoint_fY' > fY< / a > in < a href = '#SkPoint_Offset_2_points' > points< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "532849faa838de885b86d3ebffae3712" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_offset' > offset< / a > < a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_offset' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_offset' > offset< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > dx, < a href = 'undocumented#SkScalar' > SkScalar< / a > dy)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Adds offset (< a href = '#SkPoint_offset_dx' > dx< / a > , < a href = '#SkPoint_offset_dy' > dy< / a > ) to < a href = '#Point' > Point< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_offset_dx' > < code > < strong > dx< / strong > < / code > < / a > < / td >
< td > added to < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_offset_dy' > < code > < strong > dy< / strong > < / code > < / a > < / td >
< td > added to < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "02750ceaa874f956e6e6544ef6b858ee" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_Offset' > Offset< / a > < sup > < a href = '#SkPoint_Offset_2' > [2]< / a > < / sup > < a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_length' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_length' > length< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-06-14 16:28:14 +00:00
Returns the < a href = 'undocumented#Euclidean_Distance' > Euclidean Distance< / a > from origin, computed as:
2017-11-27 15:44:06 +00:00
< pre style = "padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0 " >
2018-03-05 18:26:16 +00:00
sqrt(fX * fX + fY * fY)
< / pre >
2017-11-27 15:44:06 +00:00
.
### Return Value
straight-line distance to origin
### Example
2018-07-18 20:21:51 +00:00
< div > < fiddle-embed name = "8363ab179447ee4b827679e20d3d81eb" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_distanceToOrigin' > distanceToOrigin< / a > < a href = '#SkPoint_Length' > Length< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_Distance' > Distance< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_distanceToOrigin' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_distanceToOrigin' > distanceToOrigin< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-06-14 16:28:14 +00:00
Returns the < a href = 'undocumented#Euclidean_Distance' > Euclidean Distance< / a > from origin, computed as:
2017-11-27 15:44:06 +00:00
< pre style = "padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0 " >
2018-03-05 18:26:16 +00:00
sqrt(fX * fX + fY * fY)
< / pre >
2017-11-27 15:44:06 +00:00
.
### Return Value
straight-line distance to origin
### Example
2018-07-18 20:21:51 +00:00
< div > < fiddle-embed name = "812cf26d91b1cdcd2c6b9438a8172518" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_length' > length< / a > < a href = '#SkPoint_Length' > Length< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_Distance' > Distance< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_normalize' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_normalize' > normalize< / a > ()
2017-11-27 15:44:06 +00:00
< / pre >
2018-10-08 18:57:48 +00:00
Scales (< a href = '#SkPoint_fX' > fX< / a > , < a href = '#SkPoint_fY' > fY< / a > ) so that < a href = '#SkPoint_length' > length< / a > () returns one, while preserving ratio of < a href = '#SkPoint_fX' > fX< / a > to < a href = '#SkPoint_fY' > fY< / a > ,
2018-05-16 11:07:07 +00:00
if possible. If prior length is nearly zero, sets < a href = '#Vector' > Vector< / a > to (0, 0) and returns
2017-11-27 15:44:06 +00:00
false; otherwise returns true.
### Return Value
2018-01-26 17:56:22 +00:00
true if former length is not zero or nearly zero
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "d84fce292d86c7d9ef37ae2d179c03c7" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_Normalize' > Normalize< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_length' > length< / a > < a href = '#SkPoint_Length' > Length< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_setNormalize' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_setNormalize' > setNormalize< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y)
2017-11-27 15:44:06 +00:00
< / pre >
2018-10-08 18:57:48 +00:00
Sets < a href = '#Vector' > Vector< / a > to (x, y) scaled so < a href = '#SkPoint_length' > length< / a > () returns one, and so that
2018-05-16 11:07:07 +00:00
(< a href = '#SkPoint_fX' > fX< / a > , < a href = '#SkPoint_fY' > fY< / a > ) is proportional to (x, y). If (x, y) length is nearly zero,
sets < a href = '#Vector' > Vector< / a > to (0, 0) and returns false; otherwise returns true.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_setNormalize_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > proportional value for < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_setNormalize_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > proportional value for < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-01-26 17:56:22 +00:00
true if (x, y) length is not zero or nearly zero
2017-11-27 15:44:06 +00:00
### Example
2018-07-07 05:34:31 +00:00
< div > < fiddle-embed name = "3e4f147d143a388802484bf0d26534c2" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_normalize' > normalize< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_setLength' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_setLength' > setLength< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > length)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Scales < a href = '#Vector' > Vector< / a > so that < a href = '#SkPoint_distanceToOrigin' > distanceToOrigin< / a > returns length, if possible. If former
length is nearly zero, sets < a href = '#Vector' > Vector< / a > to (0, 0) and return false; otherwise returns
2017-11-27 15:44:06 +00:00
true.
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_setLength_length' > < code > < strong > length< / strong > < / code > < / a > < / td >
< td > straight-line distance to origin< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-01-26 17:56:22 +00:00
true if former length is not zero or nearly zero
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "cbe7db206ece825aa3b9b7c3256aeaf0" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_length' > length< / a > < a href = '#SkPoint_Length' > Length< / a > < a href = '#SkPoint_setNormalize' > setNormalize< / a > < a href = '#SkPoint_setAbs' > setAbs< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_setLength_2' > < / a >
2018-01-26 17:56:22 +00:00
2018-10-16 14:30:28 +00:00
---
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_setLength' > setLength< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y, < a href = 'undocumented#SkScalar' > SkScalar< / a > length)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#Vector' > Vector< / a > to (x, y) scaled to length, if possible. If former
length is nearly zero, sets < a href = '#Vector' > Vector< / a > to (0, 0) and return false; otherwise returns
2017-11-27 15:44:06 +00:00
true.
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_setLength_2_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > proportional value for < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_setLength_2_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > proportional value for < a href = '#SkPoint_fY' > fY< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_setLength_2_length' > < code > < strong > length< / strong > < / code > < / a > < / td >
< td > straight-line distance to origin< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-01-26 17:56:22 +00:00
true if (x, y) length is not zero or nearly zero
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "3cc0662b6fbbee1fe3442a0acfece22c" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_length' > length< / a > < a href = '#SkPoint_Length' > Length< / a > < a href = '#SkPoint_setNormalize' > setNormalize< / a > < a href = '#SkPoint_setAbs' > setAbs< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_scale' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_scale' > scale< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > scale, < a href = '#SkPoint' > SkPoint< / a > * dst) const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Sets < a href = '#SkPoint_scale_dst' > dst< / a > to < a href = '#Point' > Point< / a > times scale. < a href = '#SkPoint_scale_dst' > dst< / a > may be < a href = '#Point' > Point< / a > to modify < a href = '#Point' > Point< / a > in place.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_scale_scale' > < code > < strong > scale< / strong > < / code > < / a > < / td >
< td > factor to multiply < a href = '#Point' > Point< / a > by< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_scale_dst' > < code > < strong > dst< / strong > < / code > < / a > < / td >
< td > storage for scaled < a href = '#Point' > Point< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "972e4e230806281adb928e068bcd8551" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_multiply_operator' > operator*(SkScalar scale) const< / a > < a href = '#SkPoint_multiplyby_operator' > operator*=(SkScalar scale)< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_scale_2' > < / a >
2018-01-26 17:56:22 +00:00
2018-10-16 14:30:28 +00:00
---
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_scale' > scale< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > value)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Scales < a href = '#Point' > Point< / a > in place by scale.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_scale_2_value' > < code > < strong > value< / strong > < / code > < / a > < / td >
< td > factor to multiply < a href = '#Point' > Point< / a > by< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "1060a4f27d8ef29519e6ac006ce90f2b" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_multiply_operator' > operator*(SkScalar scale) const< / a > < a href = '#SkPoint_multiplyby_operator' > operator*=(SkScalar scale)< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_negate' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_negate' > negate< / a > ()
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Changes the sign of < a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > .
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "312c0c8065ab5d0adfda80cccf2d11e6" >
#### Example Output
~~~~
pt: 0, -0 negate: -0, 0
pt: -1, -2 negate: 1, 2
pt: inf, -inf negate: -inf, inf
pt: nan, -nan negate: -nan, nan
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_minus_operator' > operator-() const< / a > < a href = '#SkPoint_setAbs' > setAbs< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_minus_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint' > SkPoint< / a > operator-() const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns < a href = '#Point' > Point< / a > changing the signs of < a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > .
2017-11-27 15:44:06 +00:00
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#Point' > Point< / a > as (-< a href = '#SkPoint_fX' > fX< / a > , -< a href = '#SkPoint_fY' > fY< / a > )
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "9baf247cfcd8272c0ddf6ce93f676b37" >
#### Example Output
~~~~
pt: 0, -0 negate: -0, 0
pt: -1, -2 negate: 1, 2
pt: inf, -inf negate: -inf, inf
pt: nan, -nan negate: -nan, nan
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_negate' > negate< / a > < a href = '#SkPoint_subtract_operator' > operator-(const SkPoint& a, const SkPoint& b)< / a > < a href = '#SkPoint_subtractfrom_operator' > operator-=(const SkVector& v)< / a > < a href = 'SkIPoint_Reference#SkIPoint_minus_operator' > SkIPoint::operator-() const< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_addto_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.
Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text
This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text
The presence or absence of a space between ## and ,
is now significant (before it was not).
Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.
Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.
TBR=caryclark@google.com
Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:04:30 +00:00
Adds < a href = '#Vector' > Vector</ a > < a href = '#SkPoint_addto_operator_v' > v</ a > to < a href = '#Point' > Point</ a > . Sets < a href = '#Point' > Point</ a > to: < code > \(< a href = '#SkPoint_fX' > fX</ a > \+ < a href = '#SkPoint_addto_operator_v' > v</ a > \.< a href = '#SkPoint_fX' > fX</ a > , < a href = '#SkPoint_fY' > fY</ a > \+ < a href = '#SkPoint_addto_operator_v' > v</ a > \.< a href = '#SkPoint_fY' > fY</ a > \)</ code > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_addto_operator_v' > < code > < strong > v< / strong > < / code > < / a > < / td >
< td > < a href = '#Vector' > Vector< / a > to add< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "8b4e79109e2381345258cb744881b20c" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_offset' > offset< / a > () < a href = '#SkPoint_add_operator' > operator+(const SkPoint& a, const SkVector& b)< / a > < a href = 'SkIPoint_Reference#SkIPoint_addto_operator' > SkIPoint::operator+=(const SkIVector& v)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_subtractfrom_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
void < a href = '#SkPoint_subtractfrom_operator' > operator-=(const SkVector& v)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.
Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text
This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text
The presence or absence of a space between ## and ,
is now significant (before it was not).
Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.
Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.
TBR=caryclark@google.com
Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:04:30 +00:00
Subtracts < a href = '#Vector' > Vector</ a > < a href = '#SkPoint_subtractfrom_operator_v' > v</ a > from < a href = '#Point' > Point</ a > . Sets < a href = '#Point' > Point</ a > to: < code > \(< a href = '#SkPoint_fX' > fX</ a > \- < a href = '#SkPoint_subtractfrom_operator_v' > v</ a > \.< a href = '#SkPoint_fX' > fX</ a > , < a href = '#SkPoint_fY' > fY</ a > \- < a href = '#SkPoint_subtractfrom_operator_v' > v</ a > \.< a href = '#SkPoint_fY' > fY</ a > \)</ code > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_subtractfrom_operator_v' > < code > < strong > v< / strong > < / code > < / a > < / td >
< td > < a href = '#Vector' > Vector< / a > to subtract< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Example
< div > < fiddle-embed name = "86c0399704d8dff4091bf87b8d87d40b" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_offset' > offset< / a > () < a href = '#SkPoint_subtract_operator' > operator-(const SkPoint& a, const SkPoint& b)< / a > < a href = 'SkIPoint_Reference#SkIPoint_subtractfrom_operator' > SkIPoint::operator-=(const SkIVector& v)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_multiply_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint' > SkPoint< / a > operator*(SkScalar scale) const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns < a href = '#Point' > Point< / a > multiplied by scale.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_multiply_operator_scale' > < code > < strong > scale< / strong > < / code > < / a > < / td >
< td > < a href = 'undocumented#Scalar' > Scalar< / a > to multiply by< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#Point' > Point</ a > as (< a href = '#SkPoint_fX' > fX</ a > * scale, <a href='#SkPoint_fY'>fY</a> * scale)
2017-11-27 15:44:06 +00:00
### Example
2018-07-08 05:32:09 +00:00
< div > < fiddle-embed name = "35b3bc675779de043706ae4817ee950c" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_multiplyby_operator' > operator*=(SkScalar scale)< / a > < a href = '#SkPoint_scale' > scale< / a > < sup > < a href = '#SkPoint_scale_2' > [2]< / a > < / sup > () < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_setNormalize' > setNormalize< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_multiplyby_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = '#SkPoint' > SkPoint< / a > & < a href = '#SkPoint_multiplyby_operator' > operator*=(SkScalar scale)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.
Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text
This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text
The presence or absence of a space between ## and ,
is now significant (before it was not).
Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.
Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.
TBR=caryclark@google.com
Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:04:30 +00:00
Multiplies < a href = '#Point' > Point</ a > by scale. Sets < a href = '#Point' > Point</ a > to: < code > \(< a href = '#SkPoint_fX' > fX</ a > \* scale, < a href = '#SkPoint_fY' > fY</ a > \* scale\)</ code > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_multiplyby_operator_scale' > < code > < strong > scale< / strong > < / code > < / a > < / td >
< td > < a href = 'undocumented#Scalar' > Scalar< / a > to multiply by< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
reference to < a href = '#Point' > Point< / a >
2017-11-27 15:44:06 +00:00
### Example
2018-07-16 05:29:00 +00:00
< div > < fiddle-embed name = "3ce3db36235d80dbac4d39504cf756da" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_multiply_operator' > operator*(SkScalar scale) const< / a > < a href = '#SkPoint_scale' > scale< / a > < sup > < a href = '#SkPoint_scale_2' > [2]< / a > < / sup > () < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_setNormalize' > setNormalize< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_isFinite' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_isFinite' > isFinite< / a > () const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns true if both < a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_fY' > fY< / a > are measurable values.
2017-11-27 15:44:06 +00:00
### Return Value
2018-01-04 21:11:51 +00:00
true for values other than infinities and NaN
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "937cc166cc0e220f33fb82501141d0b3" >
#### Example Output
~~~~
pt: 0, -0 finite: true
pt: -1, -2 finite: true
pt: inf, 1 finite: false
pt: nan, -1 finite: false
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = 'SkRect_Reference#SkRect_isFinite' > SkRect::isFinite< / a > < a href = 'SkPath_Reference#SkPath_isFinite' > SkPath::isFinite< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_equals' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_equals' > equals< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y) const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns true if < a href = '#Point' > Point< / a > is equivalent to < a href = '#Point' > Point< / a > constructed from (x, y).
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_equals_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > value compared with < a href = '#SkPoint_fX' > fX< / a > < / td >
< / tr >
< tr > < td > < a name = 'SkPoint_equals_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > value compared with < a href = '#SkPoint_fY' > fY< / a > < / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
true if < a href = '#Point' > Point< / a > equals (x, y)
2017-11-27 15:44:06 +00:00
### Example
2018-07-08 05:32:09 +00:00
< div > < fiddle-embed name = "4cecb878c8b66beffda051f26c00f817" >
2017-11-27 15:44:06 +00:00
#### Example Output
~~~~
pt: 0, -0 == pt
pt: -1, -2 == pt
pt: inf, 1 == pt
pt: nan, -1 != pt
~~~~
< / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_equal_operator' > operator==(const SkPoint& a, const SkPoint& b)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_equal_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_equal_operator' > operator==(const SkPoint& a, const SkPoint& b)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns true if < a href = '#SkPoint_equal_operator_a' > a< / a > is equivalent to < a href = '#SkPoint_equal_operator_b' > b< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_equal_operator_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to compare< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_equal_operator_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to compare< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
true if < a href = '#SkPoint_equal_operator_a' > a< / a > .< a href = '#SkPoint_fX' > fX< / a > == < a href = '#SkPoint_equal_operator_b' > b< / a > .< a href = '#SkPoint_fX' > fX< / a > and < a href = '#SkPoint_equal_operator_a' > a< / a > .< a href = '#SkPoint_fY' > fY< / a > == < a href = '#SkPoint_equal_operator_b' > b< / a > .< a href = '#SkPoint_fY' > fY< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "741f793334a48a35dadf4310d7ea52cb" >
#### Example Output
~~~~
pt: 0, -0 == pt
pt: -1, -2 == pt
pt: inf, 1 == pt
pt: nan, -1 != pt
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_equals' > equals< / a > () < a href = '#SkPoint_notequal_operator' > operator!=(const SkPoint& a, const SkPoint& b)< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_notequal_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
bool < a href = '#SkPoint_notequal_operator' > operator!=(const SkPoint& a, const SkPoint& b)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns true if < a href = '#SkPoint_notequal_operator_a' > a< / a > is not equivalent to < a href = '#SkPoint_notequal_operator_b' > b< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_notequal_operator_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to compare< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_notequal_operator_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to compare< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
true if < a href = '#SkPoint_notequal_operator_a' > a< / a > .< a href = '#SkPoint_fX' > fX< / a > != < a href = '#SkPoint_notequal_operator_b' > b< / a > .< a href = '#SkPoint_fX' > fX< / a > or < a href = '#SkPoint_notequal_operator_a' > a< / a > .< a href = '#SkPoint_fY' > fY< / a > != < a href = '#SkPoint_notequal_operator_b' > b< / a > .< a href = '#SkPoint_fY' > fY< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "8fe8572685eaa617f25a5a6767a874dc" >
#### Example Output
~~~~
pt: 0, -0 == pt
pt: -1, -2 == pt
pt: inf, 1 == pt
pt: nan, -1 != pt
~~~~
< / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_equal_operator' > operator==(const SkPoint& a, const SkPoint& b)< / a > < a href = '#SkPoint_equals' > equals< / a > ()
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_subtract_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = '#SkVector' > SkVector< / a > < a href = '#SkPoint_subtract_operator' > operator-(const SkPoint& a, const SkPoint& b)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.
Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text
This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text
The presence or absence of a space between ## and ,
is now significant (before it was not).
Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.
Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.
TBR=caryclark@google.com
Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:04:30 +00:00
Returns < a href = '#Vector' > Vector</ a > from < a href = '#SkPoint_subtract_operator_b' > b</ a > to < a href = '#SkPoint_subtract_operator_a' > a</ a > , computed as < code > \(< a href = '#SkPoint_subtract_operator_a' > a</ a > \.< a href = '#SkPoint_fX' > fX</ a > \- < a href = '#SkPoint_subtract_operator_b' > b</ a > \.< a href = '#SkPoint_fX' > fX</ a > , < a href = '#SkPoint_subtract_operator_a' > a</ a > \.< a href = '#SkPoint_fY' > fY</ a > \- < a href = '#SkPoint_subtract_operator_b' > b</ a > \.< a href = '#SkPoint_fY' > fY</ a > \)</ code > .
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
Can also be used to subtract < a href = '#Vector' > Vector< / a > from < a href = '#Point' > Point< / a > , returning < a href = '#Point' > Point< / a > .
Can also be used to subtract < a href = '#Vector' > Vector< / a > from < a href = '#Vector' > Vector< / a > , returning < a href = '#Vector' > Vector< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_subtract_operator_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to subtract from< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_subtract_operator_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > to subtract< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#Vector' > Vector< / a > from < a href = '#SkPoint_subtract_operator_b' > b< / a > to < a href = '#SkPoint_subtract_operator_a' > a< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "b6c4943ecd0b2dccf9d220b8944009e0" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_subtractfrom_operator' > operator-=(const SkVector& v)< / a > < a href = '#SkPoint_offset' > offset< / a > ()
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_add_operator' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = '#SkPoint' > SkPoint< / a > < a href = '#SkPoint_add_operator' > operator+(const SkPoint& a, const SkVector& b)< / a >
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns < a href = '#Point' > Point< / a > resulting from < a href = '#Point' > Point< / a > < a href = '#SkPoint_add_operator_a' > a< / a > offset by < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_add_operator_b' > b< / a > , computed as:
Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.
Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text
This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text
The presence or absence of a space between ## and ,
is now significant (before it was not).
Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.
Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.
TBR=caryclark@google.com
Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:04:30 +00:00
< code > \(< a href = '#SkPoint_add_operator_a' > a</ a > \.< a href = '#SkPoint_fX' > fX</ a > \+ < a href = '#SkPoint_add_operator_b' > b</ a > \.< a href = '#SkPoint_fX' > fX</ a > , < a href = '#SkPoint_add_operator_a' > a</ a > \.< a href = '#SkPoint_fY' > fY</ a > \+ < a href = '#SkPoint_add_operator_b' > b</ a > \.< a href = '#SkPoint_fY' > fY</ a > \)</ code > .
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
Can also be used to offset < a href = '#Point' > Point< / a > < a href = '#SkPoint_add_operator_b' > b< / a > by < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_add_operator_a' > a< / a > , returning < a href = '#Point' > Point< / a > .
Can also be used to add < a href = '#Vector' > Vector< / a > to < a href = '#Vector' > Vector< / a > , returning < a href = '#Vector' > Vector< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_add_operator_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > to add to< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_add_operator_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > < a href = '#Point' > Point< / a > or < a href = '#Vector' > Vector< / a > to add< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
< a href = '#Point' > Point< / a > equal to < a href = '#SkPoint_add_operator_a' > a< / a > offset by < a href = '#SkPoint_add_operator_b' > b< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "911a84253dfec4dabf94dbe3c71766f0" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_addto_operator' > operator+=(const SkVector& v)< / a > < a href = '#SkPoint_offset' > offset< / a > ()
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_Length' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Length' > Length< / a > (< a href = 'undocumented#SkScalar' > SkScalar< / a > x, < a href = 'undocumented#SkScalar' > SkScalar< / a > y)
2017-11-27 15:44:06 +00:00
< / pre >
2018-06-14 16:28:14 +00:00
Returns the < a href = 'undocumented#Euclidean_Distance' > Euclidean Distance< / a > from origin, computed as:
2017-11-27 15:44:06 +00:00
< pre style = "padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0 " >
2018-03-05 18:26:16 +00:00
sqrt(x * x + y * y)
< / pre >
2017-11-27 15:44:06 +00:00
.
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Length_x' > < code > < strong > x< / strong > < / code > < / a > < / td >
< td > component of length< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Length_y' > < code > < strong > y< / strong > < / code > < / a > < / td >
< td > component of length< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
straight-line distance to origin
### Example
< div > < fiddle-embed name = "c98773d8b4509969d78cb8121e4b77f6" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_length' > length< / a > () < a href = '#SkPoint_Distance' > Distance< / a > < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_Normalize' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Normalize' > Normalize< / a > (< a href = '#SkVector' > SkVector< / a > * vec)
2017-11-27 15:44:06 +00:00
< / pre >
2018-10-08 18:57:48 +00:00
Scales (< a href = '#SkPoint_Normalize_vec' > vec< / a > ->< a href = '#SkPoint_fX' > fX< / a > , < a href = '#SkPoint_Normalize_vec' > vec< / a > ->< a href = '#SkPoint_fY' > fY< / a > ) so that < a href = '#SkPoint_length' > length< / a > () returns one, while preserving ratio of < a href = '#SkPoint_Normalize_vec' > vec< / a > ->< a href = '#SkPoint_fX' > fX< / a > to < a href = '#SkPoint_Normalize_vec' > vec< / a > ->< a href = '#SkPoint_fY' > fY< / a > ,
2018-05-16 11:07:07 +00:00
if possible. If original length is nearly zero, sets < a href = '#SkPoint_Normalize_vec' > vec< / a > to (0, 0) and returns zero;
otherwise, returns length of < a href = '#SkPoint_Normalize_vec' > vec< / a > before < a href = '#SkPoint_Normalize_vec' > vec< / a > is scaled.
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
Returned prior length may be < a href = 'undocumented#SK_ScalarInfinity' > SK ScalarInfinity< / a > if it can not be represented by < a href = 'undocumented#SkScalar' > SkScalar< / a > .
2017-11-27 15:44:06 +00:00
2018-10-08 18:57:48 +00:00
Note that < a href = '#SkPoint_normalize' > normalize< / a > () is faster if prior length is not required.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Normalize_vec' > < code > < strong > vec< / strong > < / code > < / a > < / td >
< td > normalized to unit length< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
original < a href = '#SkPoint_Normalize_vec' > vec< / a > length
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "60a08f3ce75374fc815384616d114df7" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_normalize' > normalize< / a > () < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup > < a href = '#SkPoint_Length' > Length< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_Distance' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_Distance' > Distance< / a > (const < a href = '#SkPoint' > SkPoint< / a > & a, const < a href = '#SkPoint' > SkPoint< / a > & b)
2017-11-27 15:44:06 +00:00
< / pre >
2018-06-14 16:28:14 +00:00
Returns the < a href = 'undocumented#Euclidean_Distance' > Euclidean Distance< / a > between < a href = '#SkPoint_Distance_a' > a< / a > and < a href = '#SkPoint_Distance_b' > b< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_Distance_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > line end point< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_Distance_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > line end point< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
straight-line distance from < a href = '#SkPoint_Distance_a' > a< / a > to < a href = '#SkPoint_Distance_b' > b< / a >
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "9e0a2de2eb94dba4521d733e73f2bda5" > < / fiddle-embed > < / div >
### See Also
2018-10-08 18:57:48 +00:00
< a href = '#SkPoint_length' > length< / a > () < a href = '#SkPoint_setLength' > setLength< / a > < sup > < a href = '#SkPoint_setLength_2' > [2]< / a > < / sup >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_DotProduct' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_DotProduct' > DotProduct< / a > (const < a href = '#SkVector' > SkVector< / a > & a, const < a href = '#SkVector' > SkVector< / a > & b)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns the dot product of < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_DotProduct_a' > a< / a > and < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_DotProduct_b' > b< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_DotProduct_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > left side of dot product< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_DotProduct_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > right side of dot product< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
product of input magnitudes and cosine of the angle between them
### Example
2018-07-16 12:12:01 +00:00
< div > < fiddle-embed name = "496db0131a003162faba7d7f98b30340" > < / fiddle-embed > < / div >
2017-11-27 15:44:06 +00:00
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_dot' > dot< / a > < a href = '#SkPoint_CrossProduct' > CrossProduct< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_CrossProduct' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
static < a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_CrossProduct' > CrossProduct< / a > (const < a href = '#SkVector' > SkVector< / a > & a, const < a href = '#SkVector' > SkVector< / a > & b)
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns the cross product of < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_CrossProduct_a' > a< / a > and < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_CrossProduct_b' > b< / a > .
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_CrossProduct_a' > a< / a > and < a href = '#SkPoint_CrossProduct_b' > b< / a > form three-dimensional vectors with z-axis value equal to zero. The
cross product is < a href = '#SkPoint_CrossProduct_a' > a< / a > three-dimensional vector with x-axis and y-axis values equal
2018-02-06 14:41:53 +00:00
to zero. The cross product z-axis component is returned.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_CrossProduct_a' > < code > < strong > a< / strong > < / code > < / a > < / td >
< td > left side of cross product< / td >
< / tr >
< tr > < td > < a name = 'SkPoint_CrossProduct_b' > < code > < strong > b< / strong > < / code > < / a > < / td >
< td > right side of cross product< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
area spanned by < a href = '#Vector' > Vectors< / a > signed by angle direction
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "8b8a4cd8a29d22bb9c5e63b70357bd65" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_cross' > cross< / a > < a href = '#SkPoint_DotProduct' > DotProduct< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_cross' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_cross' > cross< / a > (const < a href = '#SkVector' > SkVector< / a > & vec) const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns the cross product of < a href = '#Vector' > Vector< / a > and < a href = '#SkPoint_cross_vec' > vec< / a > .
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a href = '#Vector' > Vector< / a > and < a href = '#SkPoint_cross_vec' > vec< / a > form three-dimensional vectors with z-axis value equal to zero.
2018-02-06 14:41:53 +00:00
The cross product is a three-dimensional vector with x-axis and y-axis values
equal to zero. The cross product z-axis component is returned.
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_cross_vec' > < code > < strong > vec< / strong > < / code > < / a > < / td >
< td > right side of cross product< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
2018-05-16 11:07:07 +00:00
area spanned by < a href = '#Vector' > Vectors< / a > signed by angle direction
2017-11-27 15:44:06 +00:00
### Example
< div > < fiddle-embed name = "0bc7b3997357e499817278b78bdfbf1d" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_CrossProduct' > CrossProduct< / a > < a href = '#SkPoint_dot' > dot< / a >
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< a name = 'SkPoint_dot' > < / a >
2018-10-16 14:30:28 +00:00
---
2017-11-27 15:44:06 +00:00
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0 " >
< a href = 'undocumented#SkScalar' > SkScalar< / a > < a href = '#SkPoint_dot' > dot< / a > (const < a href = '#SkVector' > SkVector< / a > & vec) const
2017-11-27 15:44:06 +00:00
< / pre >
2018-05-16 11:07:07 +00:00
Returns the dot product of < a href = '#Vector' > Vector< / a > and < a href = '#Vector' > Vector< / a > < a href = '#SkPoint_dot_vec' > vec< / a > .
2017-11-27 15:44:06 +00:00
### Parameters
2018-05-16 11:07:07 +00:00
< table > < tr > < td > < a name = 'SkPoint_dot_vec' > < code > < strong > vec< / strong > < / code > < / a > < / td >
< td > right side of dot product< / td >
2017-11-27 15:44:06 +00:00
< / tr >
< / table >
### Return Value
product of input magnitudes and cosine of the angle between them
### Example
< div > < fiddle-embed name = "56d01ccfedd71d3c504b09afa2875d38" > < / fiddle-embed > < / div >
### See Also
2018-05-16 11:07:07 +00:00
< a href = '#SkPoint_DotProduct' > DotProduct< / a > < a href = '#SkPoint_cross' > cross< / a >
2017-11-27 15:44:06 +00:00
2018-10-16 14:30:28 +00:00
< a name = 'Vector' > < / a >
2017-11-27 15:44:06 +00:00
2018-10-16 14:30:28 +00:00
< a name = 'SkVector' > < / a >
2018-05-16 11:07:07 +00:00
2018-10-16 14:30:28 +00:00
---
2018-05-16 11:07:07 +00:00
< pre style = "padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0 " >
typedef < a href = '#SkPoint' > SkPoint< / a > < a href = '#SkVector' > SkVector< / a > ;
< / pre >
< a href = '#SkVector' > SkVector< / a > provides an alternative name for < a href = '#SkPoint' > SkPoint< / a > . < a href = '#SkVector' > SkVector< / a > and < a href = '#SkPoint' > SkPoint< / a > can
2018-06-14 16:28:14 +00:00
be used interchangeably for all purposes.