Returns the vector representing the edge direction

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Vector3 GetSide(
	int i
)
Visual Basic
Public Function GetSide ( _
	i As Integer _
) As Vector3
Visual C++
public:
Vector3 GetSide(
	int i
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:JigLibX.Geometry.Box.GetSide(System.Int32)"]

Return Value

Vector3

See Also