33 template<
typename Type>
36 template<
typename Type>
39 template<
typename Type>
42 template<
typename Type>
45 template<
typename Type>
52 template<
typename Type>
92 template<
typename Type>
LineSegment3x(const LineSegment3x< Type > ©)
Definition: line_segment.h:63
Vec2< Type > q
Definition: line_segment.h:100
LineSegment3d(const LineSegment3x< double > ©)
Definition: line_segment.h:230
LineSegment2d(const Vec2< double > &point_p, const Vec2< double > &point_q)
Definition: line_segment.h:198
LineSegment3(const Vec3< int > &point_p, const Vec3< int > &point_q)
Definition: line_segment.h:209
3D line segment - Float
Definition: line_segment.h:215
2D vector
Definition: line.h:43
LineSegment3f(const Vec3< float > &point_p, const Vec3< float > &point_q)
Definition: line_segment.h:220
LineSegment2f()
Definition: line_segment.h:185
Type x
Definition: vec3.h:74
3D line segment - Integer
Definition: line_segment.h:204
bool operator!=(const LineSegment2x< Type > &line) const
!= operator.
Definition: line_segment.h:165
LineSegment2x< Type > & operator=(const LineSegment2x< Type > ©)
= operator.
Definition: line_segment.h:159
LineSegment2f(const LineSegment2x< float > ©)
Definition: line_segment.h:186
3D vector
Definition: line_ray.h:43
LineSegment2x(const LineSegment2x< Type > ©)
Definition: line_segment.h:103
LineSegment3d(const Vec3< double > &point_p, const Vec3< double > &point_q)
Definition: line_segment.h:231
Vec3< Type > q
Definition: line_segment.h:60
LineSegment3(const LineSegment3x< int > ©)
Definition: line_segment.h:208
Vec2< Type > midpoint() const
Get the midpoint of this line.
Definition: line_segment.h:109
2D line segment - Double
Definition: line_segment.h:193
LineSegment3f(const LineSegment3x< float > ©)
Definition: line_segment.h:219
Type x
Definition: vec2.h:75
Type point_right_of_line(const Vec2< Type > &point) const
Return [<0, 0, >0] if the Point P is right, on or left of the line trough A,B.
Definition: line_segment.h:140
LineSegment2d()
Definition: line_segment.h:196
Vec2< Type > normal() const
Return the normal vector of the line from point A to point B.
Type point_distance(const Vec3< Type > &point, Vec3< Type > &dest_intercept) const
Calculate the distance from a line segment to a point.
Vec2< Type > intersection(const LineSegment2x< Type > &second, bool &intersect) const
Return the intersection point of two lines.
LineSegment2()
Definition: line_segment.h:174
LineSegment3()
Definition: line_segment.h:207
LineSegment2(const LineSegment2x< int > ©)
Definition: line_segment.h:175
bool intersects(const LineSegment2x< Type > &second, bool collinear_intersect) const
Return true if two line segments intersect.
LineSegment2x()
Definition: line_segment.h:102
2D line segment - Integer
Definition: line_segment.h:171
Type z
Definition: vec3.h:76
LineSegment2x(const Vec2< Type > &point_p, const Vec2< Type > &point_q)
Definition: line_segment.h:104
Vec3< Type > p
Start point on the line.
Definition: line_segment.h:57
Type y
Definition: vec2.h:76
LineSegment3f()
Definition: line_segment.h:218
LineSegment2(const Vec2< int > &point_p, const Vec2< int > &point_q)
Definition: line_segment.h:176
2D line segment
Definition: line_segment.h:34
LineSegment3x()
Definition: line_segment.h:62
2D (left,top,right,bottom) rectangle structure.
Definition: line.h:40
bool operator==(const LineSegment3x< Type > &line) const
== operator.
Definition: line_segment.h:82
Vec3< Type > midpoint() const
Get the midpoint of this line.
Definition: line_segment.h:69
LineSegment3d()
Definition: line_segment.h:229
2D line segment - Float
Definition: line_segment.h:182
3D line segment - Double
Definition: line_segment.h:226
LineSegment2x< Type > & clip(const Rectx< Type > &rect, bool &clipped)
Clip this line to a rectangle.
Type point_distance(const Vec2< Type > &point)
Return the distance from a point to a line.
LineSegment3x< Type > & operator=(const LineSegment3x< Type > ©)
= operator.
Definition: line_segment.h:79
LineSegment3x(const Vec3< Type > &point_p, const Vec3< Type > &point_q)
Definition: line_segment.h:64
Type y
Definition: vec3.h:75
bool collinear(const LineSegment2x< Type > &second) const
Return true if two line segments are collinear. (All points are on the same line.) ...
Vec2< Type > p
Start point on the line.
Definition: line_segment.h:97
LineSegment2d(const LineSegment2x< double > ©)
Definition: line_segment.h:197
bool operator==(const LineSegment2x< Type > &line) const
== operator.
Definition: line_segment.h:162
LineSegment2f(const Vec2< float > &point_p, const Vec2< float > &point_q)
Definition: line_segment.h:187
Definition: Application/application.h:35
bool operator!=(const LineSegment3x< Type > &line) const
!= operator.
Definition: line_segment.h:85
3D line segment
Definition: line_segment.h:37