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