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 non-const half of the class. More...

Inheritance diagram for MR.Dipole:

Public Member Functions

unsafe Dipole ()
 Constructs an empty (default-constructed) instance.
unsafe Dipole (MR.Vector3f pos, float area, MR.Vector3f dirArea, float rr)
 Constructs MR.Dipole elementwise.
unsafe Dipole (MR.Const_Dipole _other)
 Generated from constructor MR.Dipole.Dipole.
 Dipole (Dipole _other)
 Generated from constructor MR.Dipole.Dipole.
unsafe MR.Dipole assign (MR.Const_Dipole _other)
 Generated from method MR::Dipole::operator=.
Public Member Functions inherited from MR.Const_Dipole
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

Properties

new unsafe ref MR.Vector3f pos [get]
new unsafe ref float area [get]
new unsafe ref MR.Vector3f dirArea [get]
new unsafe ref float rr [get]
Properties inherited from MR.Const_Dipole
unsafe ref readonly MR.Vector3f pos [get]
unsafe float area [get]
unsafe ref readonly MR.Vector3f dirArea [get]
unsafe float rr [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Dipole
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Dipole
unsafe MR.Vector3f__ref_storage_pos
unsafe float * __ref_storage_area
unsafe MR.Vector3f__ref_storage_dirArea
unsafe float * __ref_storage_rr

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 non-const half of the class.

Constructor & Destructor Documentation

◆ Dipole() [1/4]

unsafe MR.Dipole.Dipole ( )
inline

Constructs an empty (default-constructed) instance.

◆ Dipole() [2/4]

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

Constructs MR.Dipole elementwise.

◆ Dipole() [3/4]

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

Generated from constructor MR.Dipole.Dipole.

◆ Dipole() [4/4]

MR.Dipole.Dipole ( Dipole _other)
inline

Generated from constructor MR.Dipole.Dipole.

Member Function Documentation

◆ assign()

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

Generated from method MR::Dipole::operator=.

Property Documentation

◆ area

new unsafe ref float MR.Dipole.area
get

◆ dirArea

new unsafe ref MR.Vector3f MR.Dipole.dirArea
get

◆ pos

new unsafe ref MR.Vector3f MR.Dipole.pos
get

◆ rr

new unsafe ref float MR.Dipole.rr
get

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