Show / Hide Table of Contents

Class Vector2fExtensions

Inheritance
System.Object
Vector2fExtensions
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.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class Vector2fExtensions

Methods

| Improve this Doc View Source

CastToStruct(Vector2f)

Declaration
public static Vector2 CastToStruct(this Vector2f vector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Vector2f.Vector2f vector
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

CopyValues(Vector2f, Vector2)

Declaration
public static void CopyValues(this Vector2f vector, Vector2 source)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Vector2f.Vector2f vector
System.Numerics.Vector2 source
| Improve this Doc View Source

Scale(Vector2f, Single)

Declaration
public static void Scale(this Vector2f vector, float scalar)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Vector2f.Vector2f vector
System.Single scalar
| Improve this Doc View Source

SetOne(Vector2f)

Declaration
public static void SetOne(this Vector2f vector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Vector2f.Vector2f vector
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾