PlatformerUtilities.

PerpendicularBXY(Vector3) Method

Summary

Returns a new vector that is perpendicular to the `original` on the XY plane.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Containing Type
PlatformerUtilities

Syntax

public static Vector3 PerpendicularBXY(this Vector3 original)

Parameters

Name Type Description
original Vector3

Return Value

Type Description
Vector3