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 SourceCastToStruct(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 |
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 |
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 |
SetOne(IVector3f)
Declaration
public static void SetOne(this IVector3f vector)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f | vector |
SetZero(IVector3f)
Declaration
public static void SetZero(this IVector3f vector)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f | vector |