Class NormalWarperExtensions
Inheritance
System.Object
NormalWarperExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile
Syntax
public static class NormalWarperExtensions
Methods
WarpNormal(NormalWarper, Vector3, Vector3)
Combines the positional warper getting and the warping of the normal into an easily callable method.
Declaration
public static Vector3 WarpNormal(this NormalWarper warper, Vector3 position, Vector3 normal)
Parameters
Type | Name | Description |
---|---|---|
NormalWarper | warper | |
Vector3 | position | |
Vector3 | normal |
Returns
Type | Description |
---|---|
Vector3 |