AARectangleNFromTopRightTNumeric Method

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public static AARectangleN<TNumeric> FromTopRight<TNumeric>(
	Vector2N<TNumeric> topRight,
	Vector2N<TNumeric> dimensions
)
where TNumeric : struct, new(), INumeric<TNumeric>

Parameters

topRight  Vector2NTNumeric
 
dimensions  Vector2NTNumeric
 

Type Parameters

TNumeric

Return Value

AARectangleNTNumeric

See Also