MeshLib C# Docs
Loading...
Searching...
No Matches

Single oriented point or two oppositely charged points close together, representing a mesh part (one or more triangles) https://www.dgp.toronto.edu/projects/fast-winding-numbers/fast-winding-numbers-for-soups-and-clouds-siggraph-2018-barill-et-al.pdf Generated from class MR.Dipole. This is the const half of the class. More...

Inheritance diagram for MR.Const_Dipole:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Dipole ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Dipole (MR.Vector3f pos, float area, MR.Vector3f dirArea, float rr)
 Constructs MR.Dipole elementwise.
unsafe Const_Dipole (MR.Const_Dipole _other)
 Generated from constructor MR.Dipole.Dipole.
 Const_Dipole (Dipole _other)
 Generated from constructor MR.Dipole.Dipole.
unsafe bool addIfGoodApprox (in MR.Vector3f q, float betaSq, ref float addTo)
 returns true if this dipole is good approximation for a point

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_pos
unsafe float * __ref_storage_area
unsafe MR.Vector3f__ref_storage_dirArea
unsafe float * __ref_storage_rr

Properties

unsafe ref readonly MR.Vector3f pos [get]
unsafe float area [get]
unsafe ref readonly MR.Vector3f dirArea [get]
unsafe float rr [get]

Detailed Description

Single oriented point or two oppositely charged points close together, representing a mesh part (one or more triangles) https://www.dgp.toronto.edu/projects/fast-winding-numbers/fast-winding-numbers-for-soups-and-clouds-siggraph-2018-barill-et-al.pdf Generated from class MR.Dipole. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Dipole() [1/4]

unsafe MR.Const_Dipole.Const_Dipole ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Dipole() [2/4]

unsafe MR.Const_Dipole.Const_Dipole ( MR.Vector3f pos,
float area,
MR.Vector3f dirArea,
float rr )
inline

Constructs MR.Dipole elementwise.

◆ Const_Dipole() [3/4]

unsafe MR.Const_Dipole.Const_Dipole ( MR.Const_Dipole _other)
inline

Generated from constructor MR.Dipole.Dipole.

◆ Const_Dipole() [4/4]

MR.Const_Dipole.Const_Dipole ( Dipole _other)
inline

Generated from constructor MR.Dipole.Dipole.

Member Function Documentation

◆ addIfGoodApprox()

unsafe bool MR.Const_Dipole.addIfGoodApprox ( in MR.Vector3f q,
float betaSq,
ref float addTo )
inline

returns true if this dipole is good approximation for a point

Parameters
q;and adds the contribution of this dipole to the winding number at point
qto
addToGenerated from method MR.Dipole.addIfGoodApprox.

◆ Dispose() [1/2]

virtual void MR.Const_Dipole.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Dipole.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_area

unsafe float* MR.Const_Dipole.__ref_storage_area
protected

◆ __ref_storage_dirArea

unsafe MR.Vector3f* MR.Const_Dipole.__ref_storage_dirArea
protected

◆ __ref_storage_pos

unsafe MR.Vector3f* MR.Const_Dipole.__ref_storage_pos
protected

◆ __ref_storage_rr

unsafe float* MR.Const_Dipole.__ref_storage_rr
protected

Property Documentation

◆ area

unsafe float MR.Const_Dipole.area
get

◆ dirArea

unsafe ref readonly MR.Vector3f MR.Const_Dipole.dirArea
get

◆ pos

unsafe ref readonly MR.Vector3f MR.Const_Dipole.pos
get

◆ rr

unsafe float MR.Const_Dipole.rr
get

The documentation for this class was generated from the following file: