NAME

plane_from_plucker_lines - Derives a 4-vector plane from two plucker line representations.

SYNOPSIS

#include "g/g_point_projection.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int plane_from_plucker_lines
(
	Vector **plane,
	const Vector *plucker_one,
	const Vector *plucker_two
);

PARAMETERS

Vector **plane
The target plane address.
const Vector *plucker_one
One plucker line.
const Vector *plucker_two
The other.

DESCRIPTION

Given two plucker lines, will find points on those lines and then use those points to derive the plane that they have in common.

RETURNS

ERROR if any called function fails. NO_ERROR otherwise.

RELATED

plane_from_lines_as_points, plane_from_plucker_lines, points_from_plucker, distance_between_lines_as_points

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Andrew Emmott (aemmott)

DOCUMENTER

Andrew Emmott (aemmott)

SEE ALSO

points_from_plucker , distance_between_lines_as_points , plane_from_lines_as_points , point_projection_matrix_from_line_projection_matrix