IVertexMaterial.Subtract

IVertexMaterial.Subtract method

calculates the difference between this vertex and baseValue

public VertexMaterialDelta Subtract(IVertexMaterial baseValue)
ParameterTypeDescription
baseValueIVertexMaterialThe other vertex.

Return Value

The VertexMaterialDelta value to subtract.

See Also