Click or drag to resize
Vector3FMin 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 Vector3F Min(
	Vector3F lhs,
	Vector3F rhs
)

Parameters

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

Return Value

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