RectangleN.FromTopCenter<TNumeric> Method

Definition

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

Parameters

topCenter  Vector2N<TNumeric>
 
dimensions  Vector2N<TNumeric>
 
angle  AngleN<TNumeric>
 

Type Parameters

TNumeric

Return Value

RectangleN<TNumeric>

See Also