VertexPositionNormalColored
Constructor
Description:
Constructs the vertex from a point, a normal vector, and a color.
Constructs the vertex from a point, a normal vector, and a color.
Parameters
| Parameter | Type | Description |
|---|---|---|
| position | XYZ | The vertex's position. |
| normal | XYZ | The vertex's normal vector. |
| color | ColorWithTransparency | The vertex's color. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |