Skip to content

A PLAY EXPERIENCE MAKER'S WORK LOG FOR FUTURE SELF©2001 – 2023 Kyle Li 李肅綱 All Rights Reserved.

Circle Math

Posted on September 30, 2021October 1, 2021 by admin

https://www.geeksforgeeks.org/equation-of-circle-when-three-points-on-the-circle-are-given/
equation of circle: x^2 + y^2 + 2*g*x + 2*f*y + c = 0

2f = ( ( x12 – x32 )( x1 – x2 ) +( y12 – y32 )( x1 – x2 ) + ( x22 – x12 )( x1 – x3 ) + ( y22 – y12 )( x1 – x3 ) ) / ( y3 – y1 )( x1 – x2 ) – ( y2 – y1 )( x1 – x3 )

2g = ( ( x12 – x32 )( y1 – x2 ) +( y12 – y32 )( y1 – y2 ) + ( x22 – x12 )( y1 – y3) + ( y22 – y12 )( y1 – y3 ) ) / ( x3 -x1 )( y1 – y2 ) – ( x2 – x1 )( y1 – y3 )

c = -x12 – y12 – 2gx1 – 2fy1
center: (h = -g, k = -f)
radius: r^2 = h^2 + k^2 - c

When run a template within a fsm, that template becomes a sub fsm, and the fsm running this template becomes the “host”.

Posted in Uncategorized

Post navigation

CHU-PU CHESS
プリメイドAI

Recent Posts

  • BMP – Rearrange Colormap
  • Reset Allow USB Debugging? Notification
  • 8-bit Notes
  • AT29C256 90PI
  • Super-Toys Last All Summer Long

Archives

Proudly powered by WordPress | Theme: MiniZen by Martin Stehle.