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 PerpendicularAXY(this Vector3 original)
Parameters
Name | Type | Description |
---|---|---|
original | Vector3 |
Return Value
Type | Description |
---|---|
Vector3 |