選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

53 行
803B

  1. ---
  2. points:
  3. 1: {}
  4. 2:
  5. position:
  6. x: 4
  7. y: 3
  8. distance:
  9. position:
  10. x: DistanceBetween("1","2")
  11. angle:
  12. position:
  13. x: AngleBetween("1","2")
  14. yDistance:
  15. position:
  16. x: YDistanceBetween("1","2")
  17. xDistance:
  18. position:
  19. x: XDistanceBetween("1","2")
  20. lineLength:
  21. position:
  22. x: LineLength("test.1")
  23. lineLength2:
  24. position:
  25. x: LineLength("test.2")
  26. panels:
  27. test:
  28. points:
  29. 3:
  30. relativeTo: 1
  31. position:
  32. y: 1
  33. 4:
  34. relativeTo: 2
  35. position:
  36. y: 1
  37. 5:
  38. position:
  39. x: 1
  40. 6:
  41. position:
  42. y: 1
  43. x: 1
  44. 7:
  45. position:
  46. y: 1
  47. lines:
  48. 1:
  49. through: [1,2,4,3,1]
  50. 2:
  51. through: [1,5,6,7,1]