Show / Hide Table of Contents

Class Vector3fExtensions

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

Methods

| Improve this Doc View Source

CastToStruct(IVector3f)

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

CopyValues(IVector3f, Vector3)

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

Scale(IVector3f, Single)

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

SetOne(IVector3f)

Declaration
public static void SetOne(this IVector3f vector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f vector
| Improve this Doc View Source

SetZero(IVector3f)

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