Click or drag to resize
Vector3IsInsideInclusive Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRageMath.Vector3.IsInsideInclusive(VRageMath.Vector3@,VRageMath.Vector3@)"]

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public bool IsInsideInclusive(
	ref Vector3 min,
	ref Vector3 max
)

Parameters

min
Type: VRageMathVector3

[Missing <param name="min"/> documentation for "M:VRageMath.Vector3.IsInsideInclusive(VRageMath.Vector3@,VRageMath.Vector3@)"]

max
Type: VRageMathVector3

[Missing <param name="max"/> documentation for "M:VRageMath.Vector3.IsInsideInclusive(VRageMath.Vector3@,VRageMath.Vector3@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRageMath.Vector3.IsInsideInclusive(VRageMath.Vector3@,VRageMath.Vector3@)"]

See Also