Show / Hide Table of Contents

Delegate Deformation.GetJacobiFunc

Namespace: Sylves
Assembly: Sylves.dll
Syntax
public delegate void Deformation.GetJacobiFunc(Vector3 p, out Matrix4x4 jacobi)
Parameters
Type Name Description
Vector3 p
Matrix4x4 jacobi

Constructors

GetJacobiFunc(object, IntPtr)

Declaration
public GetJacobiFunc(object @object, IntPtr method)
Parameters
Type Name Description
object object
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
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(out Matrix4x4, IAsyncResult)

Declaration
public virtual void EndInvoke(out Matrix4x4 jacobi, IAsyncResult result)
Parameters
Type Name Description
Matrix4x4 jacobi
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