Show / Hide Table of Contents

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 Source

Dot(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
| Improve this Doc View Source

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
| Improve this Doc View Source

Normalize(Vector3)

Declaration
public static void Normalize(this Vector3 instance)
Parameters
Type Name Description
Vector3 instance
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾