RectangleNFromBottomRightTNumeric Method

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public static RectangleN<TNumeric> FromBottomRight<TNumeric>(
	Vector2N<TNumeric> bottomRight,
	Vector2N<TNumeric> dimensions,
	AngleN<TNumeric> angle
)
where TNumeric : struct, new(), INumeric<TNumeric>

Parameters

bottomRight  Vector2NTNumeric
 
dimensions  Vector2NTNumeric
 
angle  AngleNTNumeric
 

Type Parameters

TNumeric

Return Value

RectangleNTNumeric

See Also