Lisp & Tips/Lisp

vlax-curve-getfirstderiv, vlax-curve-getsecondderiv

이자더 2024. 7. 13. 22:40

아래 그림은 반원인 폴리선이 있을 경우  

vlax-curve-getfirstderiv 와 vlax-curve-getsecondderiv 가 의미하는 좌표점이다.

 

정점 0 의 결과 (결과는 정점 0 에 대한 상대좌표)

vlax-curve-getfirstderiv : A

vlax-curve-getsecondderiv : B

 

정점 1 의 결과 (결과는 정점 B에 대한 상대좌표)

vlax-curve-getfirstderiv : C

vlax-curve-getsecondderiv : D