Skip to content
#

face-pose

Here are 5 public repositories matching this topic...

Language: All
Filter by language
SaiVijay24
SaiVijay24 commented Sep 18, 2019

Could someone explain or point out the reference for me to understand the below snippet
# X-Axis pointing to right. drawn in red
x1 = size * (cos(yaw) * cos(roll)) + tdx
y1 = size * (cos(pitch) * sin(roll) + cos(roll) * sin(pitch) * sin(yaw)) + tdy

# Y-Axis | drawn in green
#        v
x2 = size * (-cos(yaw) * sin(roll)) + tdx
y2 = size * (cos(pitch) * cos(roll)

Improve this page

Add a description, image, and links to the face-pose topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the face-pose topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.