Requires Unity 4.3.2 or higher. Math Library for Unity contains large amount of useful objects and methods and is aimed to provide solutions for common geometric and algebraic tasks which game developers might face. Follow me on Twitter! - Primitive
d3形状
可视化通常由分立的图形标记,例如,,和。 尽管条形图的矩形可能很容易使用或直接生成,但其他形状却很复杂,例如圆形的环形扇区和向心的Catmull-Rom样条曲线。 为了您的方便,该模块提供了多种形状生成器。
与D3的其他方面一样,这些形状由数据驱动:每个形状生成器公开访问器,这些访问器控制如何将输入数据映射到可视表示。 例如,您可以通过数据字段以适合图表来为时间序列定义行生成器:
const line = d3 . line ( )
. x ( d => x ( d