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

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

+ Inheritance diagram for MR.Ball2f:

Public Member Functions

unsafe Ball2f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Ball2f (MR.Vector2f center, float radiusSq)
 Constructs MR.Ball2f elementwise.
 
unsafe Ball2f (MR.Const_Ball2f _other)
 Generated from constructor MR.Ball2f.Ball2f.
 
 Ball2f (Ball2f _other)
 Generated from constructor MR.Ball2f.Ball2f.
 
unsafe MR.Ball2f assign (MR.Const_Ball2f _other)
 Generated from method MR.Ball2f.operator=.
 

Properties

new unsafe ref MR.Vector2f center [get]
 < ball's center
 
new unsafe ref float radiusSq [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Ball2f() [1/4]

unsafe MR.Ball2f.Ball2f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball2f() [2/4]

unsafe MR.Ball2f.Ball2f ( MR.Vector2f center,
float radiusSq )
inline

Constructs MR.Ball2f elementwise.

◆ Ball2f() [3/4]

unsafe MR.Ball2f.Ball2f ( MR.Const_Ball2f _other)
inline

Generated from constructor MR.Ball2f.Ball2f.

◆ Ball2f() [4/4]

MR.Ball2f.Ball2f ( Ball2f _other)
inline

Generated from constructor MR.Ball2f.Ball2f.

Member Function Documentation

◆ assign()

unsafe MR.Ball2f MR.Ball2f.assign ( MR.Const_Ball2f _other)
inline

Generated from method MR.Ball2f.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector2f MR.Ball2f.center
get

< ball's center

ball's squared radius

◆ radiusSq

new unsafe ref float MR.Ball2f.radiusSq
get

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