forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.Utilities.FloatUtil
Jérémie N'gadi edited this page Apr 29, 2019
·
2 revisions
namespace: RageLib.GTA5.Utilities
FloatUtil
public class FloatUtil
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
method | string GetQuaternionXmlString(Quaternion q) |
__ |
method | string GetVector2String(Vector2 v) |
__ |
method | string GetVector3String(Vector3 v) |
__ |
method | string GetVector3String(Vector3 v, string format) |
__ |
method | string GetVector3XmlString(Vector3 v) |
__ |
method | string GetVector4String(Vector4 v) |
__ |
method | string GetVector4XmlString(Vector4 v) |
__ |
method | float Parse(string s) |
__ |
method | Vector3 ParseVector3String(string s) |
__ |
method | Vector4 ParseVector4String(string s) |
__ |
method | string ToString(float f) |
__ |
method | bool TryParse(string s, out float f) |
__ |
⬜ | name | description |
---|