ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_LineSegment3d Class Reference

3D line segment - Double More...

#include <line_segment.h>

Inheritance diagram for CL_LineSegment3d:
Inheritance graph
[legend]

Public Member Functions

 CL_LineSegment3d ()
 
 CL_LineSegment3d (const CL_LineSegment3x< double > &copy)
 
 CL_LineSegment3d (const CL_Vec3< double > &point_p, const CL_Vec3< double > &point_q)
 
Attributes
CL_Vec3< double > get_midpoint () const
 Get the midpoint of this line. More...
 
double point_distance (const CL_Vec3< double > &point, CL_Vec3< double > &dest_intercept) const
 Calculate the distance from a line segment to a point. More...
 
Operators
bool operator== (const CL_LineSegment3x< double > &line) const
 == operator. More...
 
bool operator!= (const CL_LineSegment3x< double > &line) const
 != operator. More...
 

Public Attributes

CL_Vec3< double > p
 Start point on the line. More...
 
CL_Vec3< double > q
 

Detailed Description

3D line segment - Double

A line segment has a start point and an end point

Constructor & Destructor Documentation

CL_LineSegment3d::CL_LineSegment3d ( )
inline
CL_LineSegment3d::CL_LineSegment3d ( const CL_LineSegment3x< double > &  copy)
inline
CL_LineSegment3d::CL_LineSegment3d ( const CL_Vec3< double > &  point_p,
const CL_Vec3< double > &  point_q 
)
inline

Member Function Documentation

CL_Vec3<double > CL_LineSegment3x< double >::get_midpoint ( ) const
inlineinherited

Get the midpoint of this line.

Returns
The midpoint
bool CL_LineSegment3x< double >::operator!= ( const CL_LineSegment3x< double > &  line) const
inlineinherited

!= operator.

bool CL_LineSegment3x< double >::operator== ( const CL_LineSegment3x< double > &  line) const
inlineinherited

== operator.

double CL_LineSegment3x< double >::point_distance ( const CL_Vec3< double > &  point,
CL_Vec3< double > &  dest_intercept 
) const
inherited

Calculate the distance from a line segment to a point.

Parameters
point= The point
dest_intercept= On Return: The point on the line closest to the point
Returns
The Distance

Member Data Documentation

CL_Vec3<double > CL_LineSegment3x< double >::p
inherited

Start point on the line.

CL_Vec3<double > CL_LineSegment3x< double >::q
inherited

The documentation for this class was generated from the following file: