Face3.rst 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Face3 - Three-sided face
  2. ------------------------
  3. .. rubric:: Constructor
  4. .. class:: Face3(( a, b, c, normal, color, materialIndex )
  5. Three-sided face
  6. :param ? a: //todo
  7. :param ? b: //todo
  8. :param ? c: //todo
  9. :param Vector3 normal: //todo
  10. :param Color color: //todo
  11. :param ? materialIndex: //todo
  12. .. rubric:: Attributes
  13. .. attribute:: Face3.a
  14. //todo:description
  15. .. attribute:: Face3.b
  16. //todo:description
  17. .. attribute:: Face3.c
  18. //todo:description
  19. .. attribute:: Face3.normal
  20. //todo:description
  21. .. attribute:: Face3.vertexNormals
  22. //todo:description
  23. .. attribute:: Face3.color
  24. //todo:description
  25. .. attribute:: Face3.vertexColors
  26. //todo:description
  27. .. attribute:: Face3.vertexTangents
  28. //todo:description
  29. .. attribute:: Face3.materialIndex
  30. //todo:description
  31. .. attribute:: Face3.centroid
  32. //todo:description
  33. .. rubric:: Example(s)
  34. //todo