Documentation

EntitySizeInfo
in package

Table of Contents

$eyeHeight  : float
$height  : float
$width  : float
__construct()  : mixed
getEyeHeight()  : float
getHeight()  : float
getWidth()  : float
scale()  : self

Properties

Methods

__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

scale()

public scale(float $newScale) : self
Parameters
$newScale : float
Return values
self

Search results