MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Ball3f:

Public Member Functions

unsafe Ball3f ()
 Constructs an empty (default-constructed) instance.
unsafe Ball3f (MR.Vector3f center, float radiusSq)
 Constructs MR.Ball3f elementwise.
unsafe Ball3f (MR.Const_Ball3f _other)
 Generated from constructor MR.Ball3f.Ball3f.
 Ball3f (Ball3f _other)
 Generated from constructor MR.Ball3f.Ball3f.
unsafe MR.Ball3f assign (MR.Const_Ball3f _other)
 Generated from method MR::Ball3f::operator=.

Properties

new unsafe ref MR.Vector3f center [get]
 ball's center
new unsafe ref float radiusSq [get]
 ball's squared radius

Detailed Description

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

Constructor & Destructor Documentation

◆ Ball3f() [1/4]

unsafe MR.Ball3f.Ball3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball3f() [2/4]

unsafe MR.Ball3f.Ball3f ( MR.Vector3f center,
float radiusSq )
inline

Constructs MR.Ball3f elementwise.

◆ Ball3f() [3/4]

unsafe MR.Ball3f.Ball3f ( MR.Const_Ball3f _other)
inline

Generated from constructor MR.Ball3f.Ball3f.

◆ Ball3f() [4/4]

MR.Ball3f.Ball3f ( Ball3f _other)
inline

Generated from constructor MR.Ball3f.Ball3f.

Member Function Documentation

◆ assign()

unsafe MR.Ball3f MR.Ball3f.assign ( MR.Const_Ball3f _other)
inline

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

Property Documentation

◆ center

new unsafe ref MR.Vector3f MR.Ball3f.center
get

ball's center

◆ radiusSq

new unsafe ref float MR.Ball3f.radiusSq
get

ball's squared radius


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