Click or drag to resize

InjectiveMapTLeft, TRightMapLeftRight(TLeft, TRight) Method

Specifies an injective mapping between left and right.

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

Parameters

left  TLeft
The left value to be mapped to the right value.
right  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