Click or drag to resize

InjectiveMapTLeft, TRightMapLeftRight Method (TLeft, TRight)

Specifies an injective mapping between left and right.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public void MapLeftRight(
	TLeft left,
	TRight right
)

Parameters

left
Type: TLeft
The left value to be mapped to the right value.
right
Type: TRight
The right value to be mapped to the left value.
Remarks
Does nothing if a mapping already exists for either the left or right values. The only difference between this method and MapRightLeft(TRight, TLeft) is the order in which the arguments are passed.
See Also