TCPDF_STATIC::getVectorsAngle( $x1,  $y1,  $x2,  $y2 )

Returns the angle in radiants between two vectors


Description Description


Parameters Parameters

$x1

(Required) (int) X coordinate of first vector point

$y1

(Required) (int) Y coordinate of first vector point

$x2

(Required) (int) X coordinate of second vector point

$y2

(Required) (int) Y coordinate of second vector point


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.