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

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

+ Inheritance diagram for MR.Ball3d:

Public Member Functions

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

Properties

new unsafe ref MR.Vector3d 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.Ball3d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Ball3d() [1/4]

unsafe MR.Ball3d.Ball3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball3d() [2/4]

unsafe MR.Ball3d.Ball3d ( MR.Vector3d center,
double radiusSq )
inline

Constructs MR.Ball3d elementwise.

◆ Ball3d() [3/4]

unsafe MR.Ball3d.Ball3d ( MR.Const_Ball3d _other)
inline

Generated from constructor MR.Ball3d.Ball3d.

◆ Ball3d() [4/4]

MR.Ball3d.Ball3d ( Ball3d _other)
inline

Generated from constructor MR.Ball3d.Ball3d.

Member Function Documentation

◆ assign()

unsafe MR.Ball3d MR.Ball3d.assign ( MR.Const_Ball3d _other)
inline

Generated from method MR.Ball3d.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector3d MR.Ball3d.center
get

< ball's center

ball's squared radius

◆ radiusSq

new unsafe ref double MR.Ball3d.radiusSq
get

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