AARectangleNBetweenTNumeric Method

Definition

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

Parameters

point1  Vector2NTNumeric
 
point2  Vector2NTNumeric
 

Type Parameters

TNumeric

Return Value

AARectangleNTNumeric

See Also