Show / Hide Table of Contents

Class Deformation.GetJacobiFunc

Inheritance
System.Object
Deformation.GetJacobiFunc
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class GetJacobiFunc : MulticastDelegate

Constructors

GetJacobiFunc(Object, IntPtr)

Declaration
public GetJacobiFunc(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Vector3, out Matrix4x4, AsyncCallback, Object)

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

EndInvoke(out Matrix4x4, IAsyncResult)

Declaration
public virtual void EndInvoke(out Matrix4x4 jacobi, IAsyncResult result)
Parameters
Type Name Description
Matrix4x4 jacobi
System.IAsyncResult result

Invoke(Vector3, out Matrix4x4)

Declaration
public virtual void Invoke(Vector3 p, out Matrix4x4 jacobi)
Parameters
Type Name Description
Vector3 p
Matrix4x4 jacobi
In This Article
Back to top Generated by DocFX