All Classes |Grouped Classes |Index

Function CL_Line2d

	CL_Line2d::CL_Line2d();

	CL_Line2d::CL_Line2d(
		const CL_Line2x < double > & copy);

	CL_Line2d::CL_Line2d(
		const CL_Vec2 < double > & point_p,
		const CL_Vec2 < double > & point_q);

	CL_Line2d::CL_Line2d(
		const CL_Vec2 < double > & point_p,
		double gradient);