Library "Vector2DrawLine" Extends line type with methods for Vector2 and Segment2.
new(origin, target, xloc, extend, color, style, width) Draws a line using Segment type to hold its coordinate properties.. Parameters: origin: Vector2 . Origin vector of the line. target: Vector2 . Target vector of the line. xloc: string extend: string color: color style: string width: int Returns: line object
new(segment, xloc, extend, color, style, width) Draws a line using Segment type to hold its coordinate properties.. Parameters: segment: Segment2 . Segment with positional coordinates. xloc: string extend: string color: color style: string width: int Returns: line object
rotate_around(this, center, angle) Instance method to rotate line around center vector (modifies input line). Parameters: this: line . Line object. center: Vector2 . Center of rotation. angle: float . Rotation angle in degrees. Returns: line. Rotated line object.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.