MeshTriangle

class MeshTriangle(val x: DoubleArray, val y: DoubleArray, val colors: Array<RgbColor>)

One Gouraud triangle: three shading-space vertices with colours.

Constructors

Link copied to clipboard
constructor(x: DoubleArray, y: DoubleArray, colors: Array<RgbColor>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard