AARectangleNFromBottomCenterTNumeric Method
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public static AARectangleN<TNumeric> FromBottomCenter<TNumeric>(
Vector2N<TNumeric> bottomCenter,
Vector2N<TNumeric> dimensions
)
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function FromBottomCenter(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) (
bottomCenter As Vector2N(Of TNumeric),
dimensions As Vector2N(Of TNumeric)
) As AARectangleN(Of TNumeric)
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static AARectangleN<TNumeric> FromBottomCenter(
Vector2N<TNumeric> bottomCenter,
Vector2N<TNumeric> dimensions
)
static member FromBottomCenter :
bottomCenter : Vector2N<'TNumeric> *
dimensions : Vector2N<'TNumeric> -> AARectangleN<'TNumeric> when 'TNumeric : struct, new() and INumeric<'TNumeric>
- bottomCenter Vector2NTNumeric
-
- dimensions Vector2NTNumeric
-
- TNumeric
AARectangleNTNumeric