Class Vector3Extensions
Inheritance
System.Object
Vector3Extensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Numerics
Assembly: AssetRipper.Numerics.dll
Syntax
public static class Vector3Extensions
Methods
| Improve this Doc View SourceDot(Vector3, Vector3)
Declaration
public static float Dot(this Vector3 instance, Vector3 other)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | instance | |
Vector3 | other |
Returns
Type | Description |
---|---|
System.Single |
EqualsByDot(Vector3, Vector3)
Declaration
public static bool EqualsByDot(this Vector3 instance, Vector3 other)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | instance | |
Vector3 | other |
Returns
Type | Description |
---|---|
System.Boolean |
Normalize(Vector3)
Declaration
public static void Normalize(this Vector3 instance)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | instance |
ToQuaternion(Vector3, Boolean)
Declaration
public static Quaternion ToQuaternion(this Vector3 source, bool isDegrees)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | source | |
System.Boolean | isDegrees |
Returns
Type | Description |
---|---|
Quaternion |