circularArc3d

版本 1.0.0.0 (2.9 KB) 作者: Matthew Kelly
Computes a circular arc that passes through points in 3D space with a prescribed tangent vector.
56.0 次下载
更新时间 2017/5/8

查看许可证

% [circFun, rad, C, n] = circularArc3d(A,B,T)
%
% Construct a circle in 3D space that passes through points A and B and is
% tangent to T at point A.
%
% INPUTS:
% A = starting point
% B = ending point
% T = tangent vector at A
%
% OUTPUTS:
% circFun = @(t) = interpolates from A to B as t goes from 0 to 1
% rad = radius of the circular arc
% C = center of the circular arc
% n = unit normal to the plane that the circle lies in
%
% NOTES:
% If run without arguments, then this function will automatically
% call a test routine that visualizes the result of random data sets.
%

引用格式

Matthew Kelly (2024). circularArc3d (https://www.mathworks.com/matlabcentral/fileexchange/62839-circulararc3d), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0