This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.Base27Directions.GetDirection
Malware edited this page Dec 25, 2018
·
15 revisions
public private sealed enum Direction GetDirection(public sealed struct Vector3 vec)
Vector must be normalized, allowed values for components are: 0, 1, -1, 0.707, -0.707, 0.577, -0.577
public private sealed enum Direction GetDirection(public sealed struct Vector3I vec)
public private sealed enum Direction GetDirection(ref public sealed struct Vector3 vec)
public private sealed enum Direction GetDirection(ref public sealed struct Vector3I vec)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!