\Tazorax\MathUtils\TwoDPoint2d

Represents an orthonormal point

Summary

Methods
Properties
Constants
__construct()
subtract()
subtractP()
offset()
add()
distanceFrom()
distance()
getAngle()
$x
$y
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$x

$x : float

Type

float

$y

$y : float

Type

float

Methods

__construct()

__construct(float  $x = 0.0, float  $y = 0.0) 

Point2d constructor.

Parameters

float $x
float $y