Scilab Function
Last update : 21/8/2006

three_reflection - reflected orthonormal transformation in 3D space.

Calling Sequence

[tf_out]=three_reflection(tf_in, tp, tv)

Parameters

Description

reflected orthonormal transformation in 3D space.

Examples

	tp=three_point(0,0,0);
	tf=three_frame();
	tv_reflect=three_vector(0,0,1);
	tf=three_reflection(tf,tp,tv_reflect);
 

Author

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

See Also

three_point ,   three_vector ,   three_frame ,   three_translation ,   three_rotation ,