IVertexGeometry.TryGetNormal

IVertexGeometry.TryGetNormal method

Tries to get the normal of the vertex.

public bool TryGetNormal(out Vector3 normal)
ParameterTypeDescription
normalVector3&A Vector3 normal.

Return Value

True if the normal exists.

See Also