Show / Hide Table of Contents

Class VectorExtensions

Inheritance
System.Object
VectorExtensions
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 VectorExtensions

Methods

| Improve this Doc View Source

AsVector2(Vector3)

Declaration
public static Vector2 AsVector2(this Vector3 vector3)
Parameters
Type Name Description
Vector3 vector3
Returns
Type Description
Vector2
| Improve this Doc View Source

AsVector3(Vector2)

Declaration
public static Vector3 AsVector3(this Vector2 vector2)
Parameters
Type Name Description
Vector2 vector2
Returns
Type Description
Vector3
| Improve this Doc View Source

InvertX(Vector3)

Declaration
public static Vector3 InvertX(this Vector3 vector)
Parameters
Type Name Description
Vector3 vector
Returns
Type Description
Vector3
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾