VLtangentcirc

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Analytical Geometry
Introduced first in SolidGeometry 3.4, Creation date: 2017-02-01, Last change: 2025-09-14

creates a vertex list for a tangential circle segment

Description

A warning of thrown if the function is called without R as 3rd output argument
This function is used in VLradialedges


See Also: VLradialEdges , PLtangentcirc , PLradialEdges , VLradialEdges2T

Example Illustration

 missing image of VLtangentcirc(v1,v2,R,M,ty)

Syntax

[VL,Vc,Rmin]=VLtangentcirc([v1,v2,R,M,ty])

Input Parameter

v1: vector 1 from the origin
v2: vector 2 from the origin
R: desired Radius; automatically reduced; default is 1
M: maximize radius if possible; default is false
ty:

Output Parameter

VL: Vertex list describing a circle segment
Vc: Circle center of circle segment
Rmin: Radius that was really possible

Examples

Try different parameters
VLtangentcirc
VLtangentcirc([5 0 0],[5 5 5],0.5)
VLtangentcirc([5 0 0],[5 5 5],0.5,true)




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21