Click or drag to resize

BBoxFromPoints Method

[Missing <summary> documentation for "M:Demo3D.Visuals.BBox.FromPoints(Microsoft.DirectX.Vector3[])"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static BBox FromPoints(
	Vector3[] points
)

Parameters

points
Type: Microsoft.DirectXVector3

[Missing <param name="points"/> documentation for "M:Demo3D.Visuals.BBox.FromPoints(Microsoft.DirectX.Vector3[])"]

Return Value

Type: BBox

[Missing <returns> documentation for "M:Demo3D.Visuals.BBox.FromPoints(Microsoft.DirectX.Vector3[])"]

See Also