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
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.0.000 | Introduced. |