Click or drag to resize

Vector2D  Conversion (Vector4D to Vector2D)

Converts the specified 4D vector into its equivalent 2D vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator Vector2D (
	Vector4D source
)

Parameters

source
Type: LightBuzzVector4D
The 2D vector to convert.

Return Value

Type: Vector2D

[Missing <returns> documentation for "M:LightBuzz.Vector2D.op_Implicit(LightBuzz.Vector4D)~LightBuzz.Vector2D"]

See Also