Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当三角形投影到屏幕上时,我怎么能计算它的表面积。给定投影、视图、模型矩阵和 3 个顶点位置。
A = sqrt(s*(s-a)*(s-b)*(s-c))
s = (a+b+c)/2
a
b
c