Click or drag to resize
Vector3IMin Method
Returns a vector that is made from the smallest components of two vectors.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static Vector3I Min(
	Vector3I lhs,
	Vector3I rhs
)

Parameters

lhs
Type: Slash.Math.Algebra.VectorsVector3I
First vector.
rhs
Type: Slash.Math.Algebra.VectorsVector3I
Second vector.

Return Value

Type: Vector3I
Vector that is made from the smallest components of two vectors.
See Also