EntitySizeInfo
Table of Contents
-
$eyeHeight
: float
-
$height
: float
-
$width
: float
-
__construct()
: mixed
-
getEyeHeight()
: float
-
getHeight()
: float
-
getWidth()
: float
-
scale()
: self
$eyeHeight
private
float
$eyeHeight
$height
private
float
$height
$width
private
float
$width
__construct()
public
__construct(float $height, float $width[, float|null $eyeHeight = null ]) : mixed
Parameters
-
$height
: float
-
-
$width
: float
-
-
$eyeHeight
: float|null
= null
-
Return values
mixed
—
getEyeHeight()
public
getEyeHeight() : float
Return values
float
—
getHeight()
public
getHeight() : float
Return values
float
—
getWidth()
public
getWidth() : float
Return values
float
—
scale()
public
scale(float $newScale) : self
Parameters
-
$newScale
: float
-
Return values
self
—