Add skew calculation support (#36)

This is a breaking change to PhotonLib.
This commit is contained in:
Matt
2020-07-16 17:50:40 -07:00
committed by GitHub
parent 7bf5142fad
commit 061385f0b6
8 changed files with 107 additions and 215 deletions

View File

@@ -25,6 +25,9 @@
<th class="text-center">
Yaw
</th>
<th class="text-center">
Skew
</th>
</template>
<th class="text-center">
Area
@@ -51,6 +54,7 @@
<template v-if="!is3D">
<td>{{ parseFloat(value.pitch).toFixed(2) }}</td>
<td>{{ parseFloat(value.yaw).toFixed(2) }}</td>
<td>{{ parseFloat(value.skew).toFixed(2) }}</td>
</template>
<td>{{ parseFloat(value.area).toFixed(2) }}</td>
<template v-if="is3D">