<Code Lib>
2025 Constructor
Changes 0
C

VertexPositionNormal()

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

public VertexPositionNormal(
	XYZ position,
	XYZ normal
)

  • position
    The vertex's position.
  • normal
    The vertex's normal vector.

Loading…