Table of Contents

Method XZ

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

XZ(Vector3)

Drops the Y component of a 3D vector and returns its XZ coordinates.

public static Vector2 XZ(this Vector3 v)

Parameters

v Vector3

Source vector.

Returns

Vector2