RectangleNFromBottomLeftTNumeric Method

Definition

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

Parameters

bottomLeft  Vector2NTNumeric
 
dimensions  Vector2NTNumeric
 
angle  AngleNTNumeric
 

Type Parameters

TNumeric

Return Value

RectangleNTNumeric

See Also