<Code Lib>
2020 Constructor
Changes 0
C

VertexPositionNormal()

Description:
Constructs the vertex from a point and a normal vector.

public VertexPositionNormal(
	XYZ position,
	XYZ normal
)

Loading…