AARectangleN.FromTopCenter<TNumeric> Method

Definition

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

Parameters

topCenter  Vector2N<TNumeric>
 
dimensions  Vector2N<TNumeric>
 

Type Parameters

TNumeric

Return Value

AARectangleN<TNumeric>

See Also