MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Dipole Class Reference

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=.
 

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]
 

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: