Class ExMV2
Functions that return V2.
Inheritance
System.Object
ExMV2
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: Danmokou.DMath.Functions
Assembly: cs.temp.dll.dll
Syntax
public static class ExMV2
Methods
Circle(tfloat, tfloat, tfloat)
Declaration
public static tv2 Circle(tfloat period, tfloat radius, tfloat time)
Parameters
Type | Name | Description |
---|---|---|
tfloat | period | |
tfloat | radius | |
tfloat | time |
Returns
Type | Description |
---|---|
tv2 |
DCircle(tfloat, tfloat, tfloat)
Declaration
public static tv2 DCircle(tfloat period, tfloat radius, tfloat time)
Parameters
Type | Name | Description |
---|---|---|
tfloat | period | |
tfloat | radius | |
tfloat | time |
Returns
Type | Description |
---|---|
tv2 |
MulEntry(tv2, tv2)
Declaration
public static tv2 MulEntry(tv2 v1, tv2 v2)
Parameters
Type | Name | Description |
---|---|---|
tv2 | v1 | |
tv2 | v2 |
Returns
Type | Description |
---|---|
tv2 |
PtMul(tv2, tv2)
Pointwise-multiply two vectors.
Declaration
public static tv2 PtMul(tv2 a, tv2 b)
Parameters
Type | Name | Description |
---|---|---|
tv2 | a | |
tv2 | b |
Returns
Type | Description |
---|---|
tv2 |