Types/Turtle/get_PathTransform.ps1

<#
.SYNOPSIS
    Gets any Path Transforms
.DESCRIPTION
    Gets any transforms that will apply to this Turtle's path.
#>

return $this.PathAttribute['transform']