2027 Constructor
Changes 0
C

VertexPositionNormalColored

Description:
Constructs the vertex from a point, a normal vector, and a color.
public VertexPositionNormalColored(
	XYZ position,
	XYZ normal,
	ColorWithTransparency color
)