Scilab Function
Last update : 21/8/2006

three_point - construct a point in 3D normal space.

Calling Sequence

[tp]=three_point( x, y, z)

Parameters

Description

construct a point in 3D space.

Examples

	tp=three_point(1,1,1);
	tf=three_frame(tp);
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

three_vector ,   three_frame ,   three_translation ,   three_rotation ,   three_reflection ,