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

a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball2d. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Ball2d:

Public Member Functions

unsafe Ball2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Ball2d (MR.Vector2d center, double radiusSq)
 Constructs MR.Ball2d elementwise.
 
unsafe Ball2d (MR.Const_Ball2d _other)
 Generated from constructor MR.Ball2d.Ball2d.
 
 Ball2d (Ball2d _other)
 Generated from constructor MR.Ball2d.Ball2d.
 
unsafe MR.Ball2d assign (MR.Const_Ball2d _other)
 Generated from method MR.Ball2d.operator=.
 

Properties

new unsafe ref MR.Vector2d center [get]
 < ball's center
 
new unsafe ref double radiusSq [get]
 

Detailed Description

a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball2d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Ball2d() [1/4]

unsafe MR.Ball2d.Ball2d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball2d() [2/4]

unsafe MR.Ball2d.Ball2d ( MR.Vector2d center,
double radiusSq )
inline

Constructs MR.Ball2d elementwise.

◆ Ball2d() [3/4]

unsafe MR.Ball2d.Ball2d ( MR.Const_Ball2d _other)
inline

Generated from constructor MR.Ball2d.Ball2d.

◆ Ball2d() [4/4]

MR.Ball2d.Ball2d ( Ball2d _other)
inline

Generated from constructor MR.Ball2d.Ball2d.

Member Function Documentation

◆ assign()

unsafe MR.Ball2d MR.Ball2d.assign ( MR.Const_Ball2d _other)
inline

Generated from method MR.Ball2d.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector2d MR.Ball2d.center
get

< ball's center

ball's squared radius

◆ radiusSq

new unsafe ref double MR.Ball2d.radiusSq
get

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