Class Deformation.GetJacobiFunc
Inheritance
System.Object
Deformation.GetJacobiFunc
Assembly: Sylves.dll
public sealed class GetJacobiFunc : MulticastDelegate
Constructors
Declaration
public GetJacobiFunc(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(Vector3 p, out Matrix4x4 jacobi, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Vector3 |
p |
|
Matrix4x4 |
jacobi |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(out Matrix4x4 jacobi, IAsyncResult result)
Parameters
Type |
Name |
Description |
Matrix4x4 |
jacobi |
|
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(Vector3 p, out Matrix4x4 jacobi)
Parameters