#include <CGAL/determinant.h>
Go to the source code of this file.
Functions | |
template<class FT > | |
CGAL_BEGIN_NAMESPACE CGAL_KERNEL_INLINE void | midpointC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, FT &x, FT &y) |
template<class FT > | |
CGAL_KERNEL_LARGE_INLINE void | circumcenter_translateC2 (const FT &dqx, const FT &dqy, const FT &drx, const FT &dry, FT &dcx, FT &dcy) |
template<class FT > | |
CGAL_KERNEL_MEDIUM_INLINE void | circumcenterC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, const FT &rx, const FT &ry, FT &x, FT &y) |
template<class FT > | |
void | line_from_pointsC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, FT &a, FT &b, FT &c) |
template<class FT > | |
void | line_from_point_directionC2 (const FT &px, const FT &py, const FT &dx, const FT &dy, FT &a, FT &b, FT &c) |
template<class FT > | |
CGAL_KERNEL_INLINE void | bisector_of_pointsC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, FT &a, FT &b, FT &c) |
template<class FT > | |
FT | line_y_at_xC2 (const FT &a, const FT &b, const FT &c, const FT &x) |
template<class FT > | |
void | line_get_pointC2 (const FT &a, const FT &b, const FT &c, int i, FT &x, FT &y) |
template<class FT > | |
void | perpendicular_through_pointC2 (const FT &la, const FT &lb, const FT &px, const FT &py, FT &a, FT &b, FT &c) |
template<class FT > | |
CGAL_KERNEL_MEDIUM_INLINE void | line_project_pointC2 (const FT &la, const FT &lb, const FT &lc, const FT &px, const FT &py, FT &x, FT &y) |
template<class FT > | |
CGAL_KERNEL_MEDIUM_INLINE FT | squared_circumradiusC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, const FT &rx, const FT &ry, FT &x, FT &y) |
template<class FT > | |
CGAL_KERNEL_MEDIUM_INLINE FT | squared_circumradiusC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, const FT &rx, const FT &ry) |
template<class FT > | |
CGAL_KERNEL_INLINE FT | squared_distanceC2 (const FT &px, const FT &py, const FT &qx, const FT &qy) |
template<class FT > | |
CGAL_KERNEL_INLINE FT | scaled_distance_to_lineC2 (const FT &la, const FT &lb, const FT &lc, const FT &px, const FT &py) |
template<class FT > | |
CGAL_KERNEL_INLINE FT | scaled_distance_to_directionC2 (const FT &la, const FT &lb, const FT &px, const FT &py) |
template<class FT > | |
CGAL_KERNEL_MEDIUM_INLINE FT | scaled_distance_to_lineC2 (const FT &px, const FT &py, const FT &qx, const FT &qy, const FT &rx, const FT &ry) |
CGAL_KERNEL_INLINE void bisector_of_pointsC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
FT & | a, | ||
FT & | b, | ||
FT & | c | ||
) |
Definition at line 134 of file constructions/kernel_ftC2.h.
References CGAL_NTS, and square().
CGAL_KERNEL_LARGE_INLINE void circumcenter_translateC2 | ( | const FT & | dqx, |
const FT & | dqy, | ||
const FT & | drx, | ||
const FT & | dry, | ||
FT & | dcx, | ||
FT & | dcy | ||
) |
Definition at line 69 of file constructions/kernel_ftC2.h.
References CGAL_kernel_assertion, CGAL_NTS, den, det2x2_by_formula(), and square().
Referenced by circumcenterC2(), and squared_circumradiusC2().
CGAL_KERNEL_MEDIUM_INLINE void circumcenterC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
const FT & | rx, | ||
const FT & | ry, | ||
FT & | x, | ||
FT & | y | ||
) |
Definition at line 95 of file constructions/kernel_ftC2.h.
References circumcenter_translateC2().
|
inline |
Definition at line 122 of file constructions/kernel_ftC2.h.
|
inline |
Definition at line 108 of file constructions/kernel_ftC2.h.
|
inline |
Definition at line 155 of file constructions/kernel_ftC2.h.
CGAL_KERNEL_MEDIUM_INLINE void line_project_pointC2 | ( | const FT & | la, |
const FT & | lb, | ||
const FT & | lc, | ||
const FT & | px, | ||
const FT & | py, | ||
FT & | x, | ||
FT & | y | ||
) |
Definition at line 185 of file constructions/kernel_ftC2.h.
References CGAL_NTS, d, and square().
|
inline |
Definition at line 147 of file constructions/kernel_ftC2.h.
CGAL_BEGIN_NAMESPACE CGAL_KERNEL_INLINE void midpointC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
FT & | x, | ||
FT & | y | ||
) |
Definition at line 58 of file constructions/kernel_ftC2.h.
|
inline |
Definition at line 173 of file constructions/kernel_ftC2.h.
CGAL_KERNEL_INLINE FT scaled_distance_to_directionC2 | ( | const FT & | la, |
const FT & | lb, | ||
const FT & | px, | ||
const FT & | py | ||
) |
Definition at line 269 of file constructions/kernel_ftC2.h.
Referenced by cmp_signed_dist_to_directionC2().
CGAL_KERNEL_INLINE FT scaled_distance_to_lineC2 | ( | const FT & | la, |
const FT & | lb, | ||
const FT & | lc, | ||
const FT & | px, | ||
const FT & | py | ||
) |
Definition at line 258 of file constructions/kernel_ftC2.h.
Referenced by cmp_signed_dist_to_lineC2().
CGAL_KERNEL_MEDIUM_INLINE FT scaled_distance_to_lineC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
const FT & | rx, | ||
const FT & | ry | ||
) |
Definition at line 279 of file constructions/kernel_ftC2.h.
References det2x2_by_formula().
CGAL_KERNEL_MEDIUM_INLINE FT squared_circumradiusC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
const FT & | rx, | ||
const FT & | ry, | ||
FT & | x, | ||
FT & | y | ||
) |
Definition at line 222 of file constructions/kernel_ftC2.h.
References CGAL_NTS, circumcenter_translateC2(), and square().
CGAL_KERNEL_MEDIUM_INLINE FT squared_circumradiusC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy, | ||
const FT & | rx, | ||
const FT & | ry | ||
) |
Definition at line 237 of file constructions/kernel_ftC2.h.
References CGAL_NTS, circumcenter_translateC2(), square(), x, and y.
CGAL_KERNEL_INLINE FT squared_distanceC2 | ( | const FT & | px, |
const FT & | py, | ||
const FT & | qx, | ||
const FT & | qy | ||
) |
Definition at line 249 of file constructions/kernel_ftC2.h.
References CGAL_NTS, and square().
Referenced by cmp_dist_to_pointC2().