CAM: fix too long comments that are problematic for precommit
This commit is contained in:
@@ -228,12 +228,12 @@ namespace geoff_geometry {
|
||||
return (p.ok)?Point(p.x + r * cos(angle), p.y + r * sin(angle)) : INVALID_POINT;
|
||||
}
|
||||
|
||||
// ***************************************************************************************************************************************
|
||||
// clines
|
||||
// ***************************************************************************************************************************************
|
||||
//const CLine horiz(Point(0, 0), 1, 0); // define global horizontal line
|
||||
// ***************************************************************************************************************************************
|
||||
// clines
|
||||
// ***************************************************************************************************************************************
|
||||
// const CLine horiz(Point(0, 0), 1, 0); // define global horizontal line
|
||||
|
||||
double CLine::c() {
|
||||
double CLine::c() {
|
||||
// returns c for ax + by + c = 0 format (peps format where needed)
|
||||
return (v.getx() * p.y - v.gety() * p.x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user