Click or drag to resize

InjectiveMapTLeft, TRightMapRightLeft Method (TRight, TLeft)

Specifies an injective mapping between right and left.

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

Parameters

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