All Classes |Grouped Classes |Index

Function midpoint

Return the midpoint of the line from point A to point B.

	static CL_Pointf CL_LineMath::midpoint(
		const CL_Pointf & A,
		const CL_Pointf & B);

Detailed description:

Also See CL_LineSegment